Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 3, 2019 03:45
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/767701a57e0177c90d3d992a7d47f006 to your computer and use it in GitHub Desktop.
Save ryantm/767701a57e0177c90d3d992a7d47f006 to your computer and use it in GitHub Desktop.
/nix/store/7b9lhhk00isz6sdmmp5h8vyjs9fz1vxj-sqlcipher-4.1.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