summaryrefslogtreecommitdiffstats
path: root/libraries/quazip/README
diff options
context:
space:
mode:
author Isaque Galdino2013-05-16 03:04:45 +0200
committer Robby Workman2013-06-04 07:11:07 +0200
commitfb830e1345165839f422a0526c5ea8ed845fbcdb (patch)
tree610765ade6ec7a6bfbcb47a7e4161e22bb760b7e /libraries/quazip/README
parentb8bc87f27cfeac65eb5560c2bf194651c4063917 (diff)
downloadslackbuilds-fb830e1345165839f422a0526c5ea8ed845fbcdb.tar.gz
libraries/quazip: Added (Qt/C++ wrapper for ZIP/UNZIP package)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/quazip/README')
-rw-r--r--libraries/quazip/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/quazip/README b/libraries/quazip/README
new file mode 100644
index 0000000000..026ee2c7d4
--- /dev/null
+++ b/libraries/quazip/README
@@ -0,0 +1,10 @@
+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.
+