# quazip **Repository Path**: little_m/quazip ## Basic Information - **Project Name**: quazip - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-10 - **Last Updated**: 2024-07-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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](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). 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.