Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 10, 2020 03:14
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/aad4a3d6276fa0f4bc6c5419ae31c12f to your computer and use it in GitHub Desktop.
Save r-ryantm/aad4a3d6276fa0f4bc6c5419ae31c12f to your computer and use it in GitHub Desktop.
/nix/store/jf59wzjcvam2q7jlmmsb0g9i4k22y7hf-quazip-0.9
├── include
│   └── quazip5
│   ├── ioapi.h
│   ├── JlCompress.h
│   ├── minizip_crypt.h
│   ├── quaadler32.h
│   ├── quachecksum32.h
│   ├── quacrc32.h
│   ├── quagzipfile.h
│   ├── quaziodevice.h
│   ├── quazipdir.h
│   ├── quazipfile.h
│   ├── quazipfileinfo.h
│   ├── quazip_global.h
│   ├── quazip.h
│   ├── quazipnewinfo.h
│   ├── unzip.h
│   └── zip.h
└── lib
├── cmake
│   └── QuaZip5
│   └── QuaZip5Config.cmake
├── libquazip5.a
├── libquazip5.so -> libquazip5.so.1
├── libquazip5.so.1 -> libquazip5.so.1.0.0
├── libquazip5.so.1.0.0
└── pkgconfig
└── quazip.pc
6 directories, 22 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment