Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 25, 2020 18:24
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/041c323c5610a3792ca1ce93b6a6d5ee to your computer and use it in GitHub Desktop.
Save r-ryantm/041c323c5610a3792ca1ce93b6a6d5ee to your computer and use it in GitHub Desktop.
/nix/store/cg5ambfymdy5g8lf82ghjnlhv06h8q4i-libp11-0.4.11
├── include
│   ├── libp11.h
│   └── p11_err.h
├── lib
│   ├── engines
│   │   ├── libpkcs11.so -> pkcs11.so
│   │   ├── pkcs11.la
│   │   └── pkcs11.so
│   ├── libp11.la
│   ├── libp11.so -> libp11.so.3.4.3
│   ├── libp11.so.3 -> libp11.so.3.4.3
│   ├── libp11.so.3.4.3
│   └── pkgconfig
│   └── libp11.pc
└── share
└── doc
└── libp11
└── NEWS
7 directories, 11 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment