brotli

Brotli (RFC7932) compression and decompression

https://github.com/haskell-hvr/brotli

Version on this page:0.0.0.1@rev:4
LTS Haskell 22.18:0.0.0.1@rev:4
Stackage Nightly 2024-04-27:0.0.0.1@rev:5
Latest on Hackage:0.0.0.1@rev:5

See all snapshots brotli appears in

GPL-3.0-only licensed by Herbert Valerio Riedel
Maintained by https://github.com/haskell-hvr/brotli
This version can be pinned in stack with:brotli-0.0.0.1@sha256:fdf20e5641093cb7ce70e760b155027bfa38738b8dbf3b779aa6c190bdc8dfdc,3273

Module documentation for 0.0.0.1

Used by 1 package in nightly-2024-03-29(full list with versions):

Brotli (RFC7932) is a generic-purpose lossless compression algorithm suitable for HTTP compression that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling.

This package provides a pure interface for compressing and decompressing Brotli streams of data represented as lazy ByteStrings. A monadic incremental interface is provided as well. This package relies on Google's C implementation.

The following packages are based on this package and provide API support for popular streaming frameworks:

Changes

0.0.0.1

Andreas Abel, 2022-06-10

  • Support base-4.17 which dropped instance MonadFail ST.
  • Tested with GHC 7.4 - 9.4.

0.0.0.0

Herbert Valerio Riedel, 2019-04-20

Let there be light!