compression

Common compression algorithms.

http://urchin.earth.li/~ian/cabal/compression/

Latest on Hackage:0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

LicenseRef-OtherLicense licensed by Ian Lynagh
Maintained by [email protected]

Currently contains: * An implementation of the inflate algorithm from RFC 1951 (decompression only). * An implementation of the gzip algorithm from RFC 1952 (decompression only).