brotli: A generic-purpose lossless compression algorithm1

Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression.

... part of T2, get it here

URL: https://github.com/google/brotli

Author: Google
Maintainer: Rene Rebe <rene [at] t2-project [dot] org>

License: MIT
Status: Stable
Version: 1.1.0

Remark: Does cross compile (as setup and patched in T2).

Download: https://github.com/google/brotli/ tags

T2 source: brotli.cache
T2 source: brotli.desc
T2 source: brotli.prof

Build time (on reference hardware): 3% (relative to binutils)2

Installed size (on reference hardware): 6.90 MB, 45 files

Dependencies (build time detected): 00-dirtree bash binutils cmake coreutils diffutils findutils gawk grep gzip linux-header make sed tar

Installed files (on reference hardware): [show]

1) This page was automatically generated from the T2 package source. Corrections, such as dead links, URL changes or typos need to be performed directly on that source.

2) Compatible with Linux From Scratch's "Standard Build Unit" (SBU).