Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 27, 2019 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/205a72e96e1bab01f10a4200dd0d4ed8 to your computer and use it in GitHub Desktop.
Save ryantm/205a72e96e1bab01f10a4200dd0d4ed8 to your computer and use it in GitHub Desktop.
/nix/store/zv3pajw5lnm48k4bfzdycipc3raxgh79-mpg123-1.25.12
├── bin
│   ├── mpg123
│   ├── mpg123-id3dump
│   ├── mpg123-strip
│   └── out123
├── include
│   ├── fmt123.h
│   ├── mpg123.h
│   └── out123.h
├── lib
│   ├── libmpg123.la
│   ├── libmpg123.so -> libmpg123.so.0.44.10
│   ├── libmpg123.so.0 -> libmpg123.so.0.44.10
│   ├── libmpg123.so.0.44.10
│   ├── libout123.la
│   ├── libout123.so -> libout123.so.0.2.2
│   ├── libout123.so.0 -> libout123.so.0.2.2
│   ├── libout123.so.0.2.2
│   ├── mpg123
│   │   ├── output_alsa.so
│   │   ├── output_dummy.so
│   │   └── output_oss.so
│   └── pkgconfig
│   ├── libmpg123.pc
│   └── libout123.pc
└── share
└── man
└── man1
├── mpg123.1.gz
└── out123.1.gz
8 directories, 22 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment