Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 14, 2018 01:40
Show Gist options
  • Save ryantm/d9fc46d4239e72404308fc93c8a2e51f to your computer and use it in GitHub Desktop.
Save ryantm/d9fc46d4239e72404308fc93c8a2e51f to your computer and use it in GitHub Desktop.
/nix/store/5if0xwfig7059gafnkkv5g1ips0hbll9-sbc-1.4
├── bin
│   ├── sbcdec
│   ├── sbcenc
│   └── sbcinfo
├── include
│   └── sbc
│   └── sbc.h
└── lib
├── libsbc.la
├── libsbc.so -> libsbc.so.1.2.2
├── libsbc.so.1 -> libsbc.so.1.2.2
├── libsbc.so.1.2.2
└── pkgconfig
└── sbc.pc
5 directories, 9 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment