slackbuilds_ponce/libraries/quazip-qt4
Matteo Bernardini 77b7fdfee2
libraries/quazip-qt4: Renamed from quazip.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-12-12 07:09:22 +07:00
..
quazip-qt4.info
quazip-qt4.SlackBuild
README
slack-desc

QuaZIP is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package
that can be used to access ZIP archives. It uses the Qt toolkit.

QuaZIP allows you to access files inside ZIP archives using QIODevice
API, and - yes! - that means that you can also use QTextStream,
QDataStream or whatever you would like to use on your zipped files.

QuaZIP provides complete abstraction of the ZIP/UNZIP API, for both
reading from and writing to ZIP archives.