DESCR 406 B

123456789
  1. This package provides a pure interface for compressing and decompressing
  2. streams of data represented as lazy 'ByteString's. It uses the zlib
  3. C library so it has high performance. It supports the "zlib", "gzip"
  4. and "raw" compression formats.
  5. It provides a convenient high level API suitable for most tasks and
  6. for the few cases where more control is needed it provides access
  7. to the full zlib feature set.