diff options
author | B. Watson <urchlay@slackware.uk> | 2023-06-05 05:58:53 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-10 14:01:23 +0700 |
commit | 41a86e2c850f06387d53475bfab88997d565bc26 (patch) | |
tree | d05a7b2e5fee7f078536679251cc3e1f1f6207db /libraries/zziplib/README | |
parent | 5fad810a402b605762d5dee72cc1409e82293c01 (diff) |
libraries/zziplib: Updated for version 0.13.72, new maintainer.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/zziplib/README')
-rw-r--r-- | libraries/zziplib/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/zziplib/README b/libraries/zziplib/README index 700828ec23801..f2f769038e3d3 100644 --- a/libraries/zziplib/README +++ b/libraries/zziplib/README @@ -1,3 +1,9 @@ +zziplib (a lightweight zip library) + +zziplib provides read access on zip archives and unpacked data. It +features an additional simplified API following the standard Posix API +for file access. + 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 |