Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 15, 2019 04:53
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/37a105bb04ae38d551c96a5ca3e537ae to your computer and use it in GitHub Desktop.
Save ryantm/37a105bb04ae38d551c96a5ca3e537ae to your computer and use it in GitHub Desktop.
/nix/store/sk3qcrgm2c06hnxcnj5pkf2idczcamv8-libmysofa-0.7
├── include
│   └── mysofa.h
├── lib
│   ├── libmysofa.a
│   ├── libmysofa.so -> libmysofa.so.0
│   ├── libmysofa.so.0 -> libmysofa.so.0.5.1
│   ├── libmysofa.so.0.5.1
│   └── pkgconfig
│   └── libmysofa.pc
└── share
└── libmysofa
├── default.sofa -> MIT_KEMAR_normal_pinna.sofa
└── MIT_KEMAR_normal_pinna.sofa
5 directories, 8 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment