2014-10-04 13:02:21 +04:00
|
|
|
This is the Brotli data compression library from
|
2015-03-19 14:11:28 +03:00
|
|
|
https://github.com/google/brotli.
|
2014-10-04 13:02:21 +04:00
|
|
|
|
|
|
|
Upstream code can be viewed at
|
2015-03-19 14:11:28 +03:00
|
|
|
https://github.com/google/brotli/tree/master/dec
|
2014-10-04 13:02:21 +04:00
|
|
|
|
|
|
|
and cloned by
|
2015-03-19 14:11:28 +03:00
|
|
|
git clone https://github.com/google/brotli
|
2014-10-04 13:02:21 +04:00
|
|
|
|
|
|
|
The in-tree copy is updated by running
|
|
|
|
sh update.sh
|
|
|
|
from within the modules/brotli directory.
|
|
|
|
|
2018-11-15 23:31:53 +03:00
|
|
|
Current version: [commit d6d98957ca8ccb1ef45922e978bb10efca0ea541].
|