diff options
Diffstat (limited to 'libraries/zziplib/README')
-rw-r--r-- | libraries/zziplib/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/zziplib/README b/libraries/zziplib/README new file mode 100644 index 0000000000..4539e3c8b0 --- /dev/null +++ b/libraries/zziplib/README @@ -0,0 +1,5 @@ +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.
\ No newline at end of file |