diff options
author | P. J. McDermott <pjm@nac.net> | 2013-04-03 21:22:24 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-04-03 21:22:24 (EDT) |
commit | 60ba3b16ede5c1ce241747ad8c387462daa71536 (patch) | |
tree | 4d3eed2c1b3412899a58c253663bfc402a3de6e6 /substvars | |
parent | 050a588d6cdacd406dfcbd56b48a23cb5b0afa65 (diff) |
libz.1: Simplify summary and add long description.
Diffstat (limited to 'substvars')
-rw-r--r-- | substvars | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/substvars b/substvars new file mode 100644 index 0000000..a24d529 --- /dev/null +++ b/substvars @@ -0,0 +1,6 @@ +Common-Description: + The zlib compression library provides in-memory compression and decompression + functions, including integrity checks of the uncompressed data. + . + The zlib library currently supports the deflate compression format (RFC 1951) + with either the zlib wrapper (RFC 1950) or the gzip wrapper (RFC 1952). |