Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 24, 2020 10:05
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 r-ryantm/e2d1a5dc120d6ea2931e1564f28ba881 to your computer and use it in GitHub Desktop.
Save r-ryantm/e2d1a5dc120d6ea2931e1564f28ba881 to your computer and use it in GitHub Desktop.
/nix/store/6sgl0wiyc16ha0y8j3zls42rlfww206z-sqlcipher-4.4.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