summaryrefslogtreecommitdiffstats
path: root/libraries/quazip-qt4/README
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2020-12-11 20:20:43 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-12-12 07:09:22 +0700
commit77b7fdfee29a7b9c0ae45243614900804f54909c (patch)
tree0f5293e0ec28e6dde1f738e2d689d463f884b350 /libraries/quazip-qt4/README
parent8c34c2bf409f64e74f36ae85493e5f6098ec236d (diff)
downloadslackbuilds-77b7fdfee29a7b9c0ae45243614900804f54909c.tar.gz
slackbuilds-77b7fdfee29a7b9c0ae45243614900804f54909c.tar.xz
libraries/quazip-qt4: Renamed from quazip.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/quazip-qt4/README')
-rw-r--r--libraries/quazip-qt4/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/quazip-qt4/README b/libraries/quazip-qt4/README
new file mode 100644
index 0000000000..aff044eeb5
--- /dev/null
+++ b/libraries/quazip-qt4/README
@@ -0,0 +1,9 @@
+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.