Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 14, 2018 07:43
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/642ac6c9b9544361b5f965526846bffd to your computer and use it in GitHub Desktop.
Save ryantm/642ac6c9b9544361b5f965526846bffd to your computer and use it in GitHub Desktop.
/nix/store/q5z5grrabl4a61r6ppdhmggd36i5fqd4-sqlcipher-4.0.0
├── bin
│   └── sqlcipher
├── include
│   └── sqlcipher
│   ├── sqlite3ext.h
│   └── sqlite3.h
└── lib
├── libsqlcipher.la
├── libsqlcipher.so -> libsqlcipher.so.0.8.6
├── libsqlcipher.so.0 -> libsqlcipher.so.0.8.6
├── libsqlcipher.so.0.8.6
└── pkgconfig
└── sqlcipher.pc
5 directories, 8 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment