summaryrefslogtreecommitdiff
path: root/archivers/zziplib/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/zziplib/DESCR')
-rw-r--r--archivers/zziplib/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/archivers/zziplib/DESCR b/archivers/zziplib/DESCR
new file mode 100644
index 00000000000..86af55a0af4
--- /dev/null
+++ b/archivers/zziplib/DESCR
@@ -0,0 +1,6 @@
+The zziplib library is intentionally lightweight, it offers the
+ability to easily extract data from files archived in a single zip
+file. Applications can bundle files into a single zip archive and
+access them. The implementation is based only on the (free) subset
+of compression with the zlib algorithm which is actually used by
+the zip/unzip tools.