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


Keywords
codec, library, Propose Tags, zlib C library, Skip to Readme, Index, Quick Jump, Codec.Compression.GZip, Codec.Compression.Zlib, Codec.Compression.Zlib.Internal, Codec.Compression.Zlib.Raw, More info, zlib-0.7.1.0.tar.gz, browse, Package description, Package maintainers, DuncanCoutts, HerbertValerioRiedel, Bodigrim, topos, edit package information , compression, gzip, gzip-compression, gzip-decompression, gzip-format, haskell, zlib
License
BSD-3-Clause
Install
cabal install zlib-0.7.1.0

Documentation

zlib CI Hackage

Compression and decompression in the gzip and zlib format

This package provides a pure interface for compressing and decompressing streams of data represented as lazy ByteStrings. It uses the zlib C library so it has high performance. It supports the zlib, gzip and raw compression formats.

It provides a convenient high level API suitable for most tasks and for the few cases where more control is needed it provides access to the full zlib feature set.