Description
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.
The specification of the Brotli Compressed Data Format is defined in the following internet draft: http://www.ietf.org/id/draft-alakuijala-brotli
Installation Instructions
CentOS 7
sudo curl -sL -o /etc/yum.repos.d/hnakamur-brotli.repo https://copr.fedoraproject.org/coprs/hnakamur/brotli/repo/epel-7/hnakamur-brotli-epel-7.repo
sudo yum install brotli
CentOS 6
sudo curl -sL -o /etc/yum.repos.d/hnakamur-brotli.repo https://copr.fedoraproject.org/coprs/hnakamur/brotli/repo/epel-6/hnakamur-brotli-epel-6.repo
sudo yum install brotli
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 6 | x86_64 (21)* | EPEL 6 (0 downloads) |
EPEL 7 | x86_64 (21)* | EPEL 7 (636 downloads) |
* Total number of downloaded packages.
External Repository List
The following repositories are accessible during builds