diff options
Diffstat (limited to 'libraries/zziplib/README')
-rw-r--r-- | libraries/zziplib/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/libraries/zziplib/README b/libraries/zziplib/README index f81f5f9bc8266..700828ec23801 100644 --- a/libraries/zziplib/README +++ b/libraries/zziplib/README @@ -1,5 +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. +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. |