metaforce/hecl-gui/quazip
Lioncash a86b98837d Update quazip to 0.8.1
Keeps the library up to date so it interoperates with Qt 5 a little
better.
2019-08-27 21:32:44 -04:00
..
quazip Update quazip to 0.8.1 2019-08-27 21:32:44 -04:00
qztest Update quazip to 0.8.1 2019-08-27 21:32:44 -04:00
CMakeLists.txt Update quazip to 0.8.1 2019-08-27 21:32:44 -04:00
COPYING Update quazip to 0.8.1 2019-08-27 21:32:44 -04:00
NEWS.txt Update quazip to 0.8.1 2019-08-27 21:32:44 -04:00
README.md Update quazip to 0.8.1 2019-08-27 21:32:44 -04:00

README.md

QuaZIP is the C++ wrapper for Gilles Vollant's ZIP/UNZIP package (AKA Minizip) using Trolltech's Qt library.

If you need to write files to a ZIP archive or read files from one using QIODevice API, QuaZIP is exactly the kind of tool you need.

See the documentation for details.

Want to report a bug or ask for a feature? Open an issue.

Want to fix a bug or implement a new feature? See CONTRIBUTING.md.

Copyright notice:

Copyright (C) 2005-2018 Sergey A. Tachenov

Distributed under LGPL, full details in the COPYING file.

Original ZIP package is copyrighted by Gilles Vollant, see quazip/(un)zip.h files for details, but basically it's the zlib license.