diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2011-03-02 10:17:14 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-03-02 10:17:14 -0300 |
commit | 88ea2d178d685b4179d9cb9f5f4e06090ca9b845 (patch) | |
tree | c1d75d30752b09d532ee0073411e77fcfe887b18 /libraries/zziplib/README | |
parent | 3482ea222fab758c67c3798c30920837aa5b5373 (diff) | |
download | slackbuilds-88ea2d178d685b4179d9cb9f5f4e06090ca9b845.tar.gz |
libraries/zziplib: Updated for version 0.13.60.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
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. |