Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 18, 2019 17:36
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/5024322515cdd133a7088731b840761a to your computer and use it in GitHub Desktop.
Save ryantm/5024322515cdd133a7088731b840761a to your computer and use it in GitHub Desktop.
/nix/store/cg0g6zjhi276ryhzkcv20rqcqa4id6zj-wiredtiger-3.2.0
├── bin
│   └── wt
├── include
│   ├── wiredtiger_ext.h
│   └── wiredtiger.h
└── lib
├── libwiredtiger-3.2.0.so
├── libwiredtiger.la
├── libwiredtiger_lz4.la
├── libwiredtiger_lz4.so
├── libwiredtiger_snappy.la
├── libwiredtiger_snappy.so
├── libwiredtiger.so -> libwiredtiger-3.2.0.so
├── libwiredtiger_zlib.la
├── libwiredtiger_zlib.so
└── pkgconfig
└── wiredtiger.pc
4 directories, 13 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment