Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created June 10, 2020 19:00
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 r-ryantm/e40e3f0c91106d845a7efe0f454b89fd to your computer and use it in GitHub Desktop.
Save r-ryantm/e40e3f0c91106d845a7efe0f454b89fd to your computer and use it in GitHub Desktop.
/nix/store/17815gcf98i791z0a76699mqwxlqbxr0-mpg123-1.26.1
├── bin
│   ├── mpg123
│   ├── mpg123-id3dump
│   ├── mpg123-strip
│   └── out123
├── include
│   ├── fmt123.h
│   ├── mpg123.h
│   ├── out123.h
│   └── syn123.h
├── lib
│   ├── libmpg123.la
│   ├── libmpg123.so -> libmpg123.so.0.45.1
│   ├── libmpg123.so.0 -> libmpg123.so.0.45.1
│   ├── libmpg123.so.0.45.1
│   ├── libout123.la
│   ├── libout123.so -> libout123.so.0.3.0
│   ├── libout123.so.0 -> libout123.so.0.3.0
│   ├── libout123.so.0.3.0
│   ├── libsyn123.la
│   ├── libsyn123.so -> libsyn123.so.0.1.0
│   ├── libsyn123.so.0 -> libsyn123.so.0.1.0
│   ├── libsyn123.so.0.1.0
│   ├── mpg123
│   │   ├── output_alsa.so
│   │   ├── output_dummy.so
│   │   └── output_oss.so
│   └── pkgconfig
│   ├── libmpg123.pc
│   ├── libout123.pc
│   └── libsyn123.pc
└── share
└── man
└── man1
├── mpg123.1.gz
└── out123.1.gz
8 directories, 28 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment