Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 6, 2020 23:32
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/d36f3fa3973bc684c1cab5099e54339a to your computer and use it in GitHub Desktop.
Save ryantm/d36f3fa3973bc684c1cab5099e54339a to your computer and use it in GitHub Desktop.
/nix/store/837ckj5z5fsiz90iwjycd7axkpgwrp3n-libmysofa-0.9.1
├── include
│   └── mysofa.h
├── lib
│   ├── libmysofa.a
│   ├── libmysofa.so -> libmysofa.so.0
│   ├── libmysofa.so.0 -> libmysofa.so.0.9.1
│   ├── libmysofa.so.0.9.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