2021-01-24 00:26:28 +00:00
QuaZip is the C++ wrapper for Gilles Vollant's ZIP/UNZIP package
2019-08-28 01:26:00 +00:00
(AKA Minizip) using Trolltech's Qt library.
If you need to write files to a ZIP archive or read files from one
2021-01-24 00:26:28 +00:00
using QIODevice API, QuaZip is exactly the kind of tool you need.
2019-08-28 01:26:00 +00:00
See [the documentation ](https://stachenov.github.io/quazip/ ) for details.
Want to report a bug or ask for a feature? Open an [issue ](https://github.com/stachenov/quazip/issues ).
Want to fix a bug or implement a new feature? See [CONTRIBUTING.md ](CONTRIBUTING.md ).
2021-01-24 00:26:28 +00:00
You're a package maintainer and want to update to QuaZip 1.0? Read [the migration guide ](https://github.com/stachenov/quazip/blob/master/QuaZip-1.x-migration.md ).
2019-08-28 01:26:00 +00:00
Copyright notice:
2021-01-24 00:26:28 +00:00
Copyright (C) 2005-2020 Sergey A. Tachenov and contributors
2019-08-28 01:26:00 +00:00
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.