Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 25, 2021 23:49
Show Gist options
  • Save r-ryantm/29580b770a6ff4493a9773c85f46d562 to your computer and use it in GitHub Desktop.
Save r-ryantm/29580b770a6ff4493a9773c85f46d562 to your computer and use it in GitHub Desktop.
/nix/store/s5741a0cxmf9zcfqqpjxaj5xrrs4xhnz-mpg123-1.26.5
├── 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.3
│   ├── libmpg123.so.0 -> libmpg123.so.0.45.3
│   ├── libmpg123.so.0.45.3
│   ├── 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.2
│   ├── libsyn123.so.0 -> libsyn123.so.0.1.2
│   ├── libsyn123.so.0.1.2
│   ├── 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