Files
UXP-Fixed/modules/brotli/README.mozilla
T
wolfbeast 56de283899 Issue #1288 - Part 1a: Update brotli to 1.0.7
This also reorganizes the exports in the build system to use `brotli/`
as include directory.
2019-11-14 09:07:29 +01:00

15 lines
392 B
Plaintext

This is the Brotli data compression library from
https://github.com/google/brotli.
Upstream code can be viewed at
https://github.com/google/brotli/tree/master/dec
and cloned by
git clone https://github.com/google/brotli
The in-tree copy is updated by running
sh update.sh
from within the modules/brotli directory.
Current version: [commit d6d98957ca8ccb1ef45922e978bb10efca0ea541].