Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 28, 2019 07:38
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 ryantm/1d45e59a6441e474dc853aff9280f0c6 to your computer and use it in GitHub Desktop.
Save ryantm/1d45e59a6441e474dc853aff9280f0c6 to your computer and use it in GitHub Desktop.
/nix/store/7k9ddj5mhr2rcd7dsqf9n5jf7wzvd0c4-lilv-0.24.6
├── 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.6
│   ├── liblilv-0.so.0 -> liblilv-0.so.0.24.6
│   ├── liblilv-0.so.0.24.6
│   ├── pkgconfig
│   │   └── lilv-0.pc
│   └── python2.7
│   └── site-packages
│   └── lilv.py
└── share
└── man
└── man1
├── lv2apply.1.gz
├── lv2info.1.gz
└── lv2ls.1.gz
13 directories, 15 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment