Lines Matching refs:brotli

1 <p align="center"><img src="https://brotli.org/brotli.svg" alt="Brotli" width="64"></p>
5 Please consider updating brotli to version 1.0.9 (latest).
22 https://groups.google.com/forum/#!forum/brotli
24 [![TravisCI Build Status](https://travis-ci.org/google/brotli.svg?branch=master)](https://travis-ci.org/google/brotli)
25 [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/google/brotli?branch=master&svg=true)](https://ci.appveyor.com/project/szabadka/brotli)
26 [![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/brotli.svg)](https://oss-fuzz-build-logs.storage.googleapis.com/index.html#brotli)
32 You can download and install brotli using the [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager:
38 vcpkg install brotli
40 The brotli port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.
47 The basic commands to build, test and install brotli are:
63 The basic commands to build and install brotli are:
79 $ pip install brotli
83 $ pip install --upgrade git+https://github.com/google/brotli
96 Independent [decoder](https://github.com/madler/brotli) implementation by Mark Adler, based entirely on format specification.
98 JavaScript port of brotli [decoder](https://github.com/devongovett/brotli.js). Could be used directly via `npm install brotli`
104 Dart [native bindings](https://github.com/thosakwe/brotli)