diff options
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). |