Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 2, 2019 05:09
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/ca7748a08c4ad3ef82af9ee445610d43 to your computer and use it in GitHub Desktop.
Save ryantm/ca7748a08c4ad3ef82af9ee445610d43 to your computer and use it in GitHub Desktop.
/nix/store/n11i86f6s6d0dqviqqc9agism3hw3pc3-sqlcipher-4.0.1
├── 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