metaforce/metaforce-gui/quazip
Luke Street d94a6eef2b Start renaming project to Metaforce 2021-04-06 18:58:11 -04:00
..
quazip Start renaming project to Metaforce 2021-04-06 18:58:11 -04:00
qztest Start renaming project to Metaforce 2021-04-06 18:58:11 -04:00
.editorconfig Start renaming project to Metaforce 2021-04-06 18:58:11 -04:00
CMakeLists.txt Start renaming project to Metaforce 2021-04-06 18:58:11 -04:00
CONTRIBUTING.md Start renaming project to Metaforce 2021-04-06 18:58:11 -04:00
COPYING Start renaming project to Metaforce 2021-04-06 18:58:11 -04:00
Doxyfile Start renaming project to Metaforce 2021-04-06 18:58:11 -04:00
NEWS.txt Start renaming project to Metaforce 2021-04-06 18:58:11 -04:00
QuaZip-1.x-migration.md Start renaming project to Metaforce 2021-04-06 18:58:11 -04:00
README.md Start renaming project to Metaforce 2021-04-06 18:58:11 -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.

You're a package maintainer and want to update to QuaZip 1.0? Read the migration guide.

Copyright notice:

Copyright (C) 2005-2020 Sergey A. Tachenov and contributors

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.