Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 8, 2018 19:11
Show Gist options
  • Save ryantm/52b0056d81caf40519ca6258150b9dc1 to your computer and use it in GitHub Desktop.
Save ryantm/52b0056d81caf40519ca6258150b9dc1 to your computer and use it in GitHub Desktop.
/nix/store/1vl8kr32asxfmbp9khs4qv4fvzbr2k3k-lilv-0.24.4
├── 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.4
│   ├── liblilv-0.so.0 -> liblilv-0.so.0.24.4
│   ├── liblilv-0.so.0.24.4
│   └── pkgconfig
│   └── lilv-0.pc
└── share
└── man
└── man1
├── lv2apply.1.gz
├── lv2info.1.gz
└── lv2ls.1.gz
11 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment