Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 24, 2019 18:16
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/b7bda0cfc3e18b1f8b472ba7ee5a5d8a to your computer and use it in GitHub Desktop.
Save ryantm/b7bda0cfc3e18b1f8b472ba7ee5a5d8a to your computer and use it in GitHub Desktop.
/nix/store/z47bq8isqq0kqhs4q0rpmg8nv86i1wyl-sqlcipher-4.3.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