Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 18, 2019 13:31
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/8e778e8580ca2eaeb246afcaaa85d805 to your computer and use it in GitHub Desktop.
Save ryantm/8e778e8580ca2eaeb246afcaaa85d805 to your computer and use it in GitHub Desktop.
/nix/store/nnyqk2qfz2gg59ccwa12hwp103d7952z-sqlcipher-4.2.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