Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 22, 2020 02:37
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/6573def227f374596d62bd37b2779b31 to your computer and use it in GitHub Desktop.
Save r-ryantm/6573def227f374596d62bd37b2779b31 to your computer and use it in GitHub Desktop.
/nix/store/3v2xjfzbq9dq81r3s8z0l5iax2bf4agc-lilv-0.24.8
├── bin
│   ├── lilv-bench
│   ├── lv2bench
│   ├── lv2info
│   └── lv2ls
├── etc
│   └── bash_completion.d
│   └── lilv
├── include
│   └── lilv-0
│   └── lilv
│   ├── lilv.h
│   └── lilvmm.hpp
├── lib
│   ├── liblilv-0.so -> liblilv-0.so.0.24.8
│   ├── liblilv-0.so.0 -> liblilv-0.so.0.24.8
│   ├── liblilv-0.so.0.24.8
│   ├── pkgconfig
│   │   └── lilv-0.pc
│   └── python3.7
│   └── site-packages
│   └── lilv.py
├── nix-support
│   └── propagated-build-inputs
└── share
└── man
└── man1
├── lv2apply.1.gz
├── lv2info.1.gz
└── lv2ls.1.gz
14 directories, 16 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment