diff options
Diffstat (limited to 'libraries/zziplib/README')
-rw-r--r-- | libraries/zziplib/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/zziplib/README b/libraries/zziplib/README index 09e253abc5..f81f5f9bc8 100644 --- a/libraries/zziplib/README +++ b/libraries/zziplib/README @@ -1,5 +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. +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. |