Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created July 5, 2020 22:24
Show Gist options
  • Save r-ryantm/168d62f3b7cd9b295d3d65d125d27b7d to your computer and use it in GitHub Desktop.
Save r-ryantm/168d62f3b7cd9b295d3d65d125d27b7d to your computer and use it in GitHub Desktop.
/nix/store/rpbrf3hm375xpvry0jrnj0cglav824ii-opusfile-0.12
├── include
│   └── opus
│   └── opusfile.h
├── lib
│   ├── libopusfile.la
│   ├── libopusfile.so -> libopusfile.so.0.4.5
│   ├── libopusfile.so.0 -> libopusfile.so.0.4.5
│   ├── libopusfile.so.0.4.5
│   ├── libopusurl.la
│   ├── libopusurl.so -> libopusurl.so.0.4.5
│   ├── libopusurl.so.0 -> libopusurl.so.0.4.5
│   ├── libopusurl.so.0.4.5
│   └── pkgconfig
│   ├── opusfile.pc
│   └── opusurl.pc
├── nix-support
│   └── propagated-build-inputs
└── share
└── doc
└── opusfile
├── AUTHORS
├── COPYING
└── README.md
8 directories, 15 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment