An open API service indexing awesome lists of open source software.

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.

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.