The latest version of brotli is 0.0.0.2-0.

brotli

Version 0.0.0.0 revision 0 uploaded by HerbertValerioRiedel.

Package meta

Synopsis
Brotli (RFC7932) compression and decompression
Description

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:

Author
Herbert Valerio Riedel
Bug reports
https://github.com/hvr/brotli/issues
Category
Codec, Compression
Copyright
(c) 2016, Herbert Valerio Riedel
Homepage
https://github.com/hvr/brotli
Maintainer
hvr@gnu.org
Package URL
n/a
Stability
n/a

Components