https://github.com/phrase/quazip
QuaZIP copy of http://quazip.sourceforge.net/
https://github.com/phrase/quazip
Last synced: about 1 year ago
JSON representation
QuaZIP copy of http://quazip.sourceforge.net/
- Host: GitHub
- URL: https://github.com/phrase/quazip
- Owner: phrase
- License: other
- Created: 2016-12-05T14:14:07.000Z (over 9 years ago)
- Default Branch: memsource
- Last Pushed: 2023-06-12T11:11:10.000Z (about 3 years ago)
- Last Synced: 2025-02-06T07:13:13.159Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 452 KB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
Awesome Lists containing this project
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.