https://github.com/librepcb/quazip
Qt based zip/unzip library, with patches for LibrePCB
https://github.com/librepcb/quazip
Last synced: 10 months ago
JSON representation
Qt based zip/unzip library, with patches for LibrePCB
- Host: GitHub
- URL: https://github.com/librepcb/quazip
- Owner: LibrePCB
- License: other
- Created: 2016-09-16T22:46:37.000Z (over 9 years ago)
- Default Branch: librepcb-patches
- Last Pushed: 2024-03-04T15:30:00.000Z (over 2 years ago)
- Last Synced: 2025-06-22T16:29:05.219Z (12 months ago)
- Language: C++
- Size: 1.31 MB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
Awesome Lists containing this project
README
# Quazip
[](https://conan.io/center/quazip)
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).
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).
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.