Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 21, 2019 05: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/9a48a6d7f04e79d0657b218582432837 to your computer and use it in GitHub Desktop.
Save ryantm/9a48a6d7f04e79d0657b218582432837 to your computer and use it in GitHub Desktop.
/nix/store/3pj80c3bdvcj76y9ma07zgl7ybdrv0b2-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