pure-zlib

A Haskell-only implementation of zlib / DEFLATE

http://github.com/GaloisInc/pure-zlib

Version on this page:0.6.4
LTS Haskell 14.27:0.6.7
Stackage Nightly 2019-09-21:0.6.6
Latest on Hackage:0.8.0

See all snapshots pure-zlib appears in

BSD-3-Clause licensed by Adam Wick
Maintained by [email protected]
This version can be pinned in stack with:pure-zlib-0.6.4@sha256:1ec97bd76f0b56f3183a3fec9e06ba7caaf145584ed6af3ec9d57eb10d474c52,3489

Module documentation for 0.6.4

  • Codec
    • Codec.Compression
      • Codec.Compression.Zlib
        • Codec.Compression.Zlib.Adler32
        • Codec.Compression.Zlib.Deflate
        • Codec.Compression.Zlib.HuffmanTree
        • Codec.Compression.Zlib.Monad
        • Codec.Compression.Zlib.OutputWindow

A Haskell-only implementation of the zlib / DEFLATE protocol. Currently only implements the decompression algorithm.