https://github.com/webern/dead-simple-zip
Easy to use C++ zip files.
https://github.com/webern/dead-simple-zip
Last synced: about 1 year ago
JSON representation
Easy to use C++ zip files.
- Host: GitHub
- URL: https://github.com/webern/dead-simple-zip
- Owner: webern
- License: other
- Created: 2018-06-23T20:24:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-24T15:32:41.000Z (almost 8 years ago)
- Last Synced: 2025-01-24T21:25:09.649Z (over 1 year ago)
- Language: C
- Size: 1020 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# dead-simple-zip
`dead-simple-zip` is a which builds minizip and zlib from source (without using cmake's find_package function) and wraps this in a simple C++ interface.
## Current Status
This is the initial commit to this repository. Nothing has been done yet.