Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 29, 2018 22:01
Show Gist options
  • Save ryantm/6efcd3f0105df20d27e52a1f3e69b142 to your computer and use it in GitHub Desktop.
Save ryantm/6efcd3f0105df20d27e52a1f3e69b142 to your computer and use it in GitHub Desktop.
/nix/store/9z57bh8m3wr1fjaksavpyjr8y9xanf0l-libgringotts-1.2.1
├── include
│   └── libgringotts.h
├── lib
│   ├── libgringotts.la
│   ├── libgringotts.so -> libgringotts.so.2.0.7
│   ├── libgringotts.so.2 -> libgringotts.so.2.0.7
│   ├── libgringotts.so.2.0.7
│   └── pkgconfig
│   └── libgringotts.pc
└── share
└── doc
└── libgringotts-1.2.1
├── AUTHORS
├── ChangeLog
├── COPYING
├── manual.htm
├── NEWS
├── README
└── TODO
6 directories, 13 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment