diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 16:51:21 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 16:51:21 -0400 |
commit | 207c5031b705f2558699aaf17ce0286547a544ea (patch) | |
tree | fe9490354ea5bf999ee35d39fd26f4ed98584f13 | |
parent | 38d490bff80c6477b61db33b0c80708bc3e5ec8d (diff) |
libraries/zziplib: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-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. |