mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-24 21:33:09 +09:00
This also reorganizes the exports in the build system to use `brotli/` as include directory.
14 lines
392 B
Text
14 lines
392 B
Text
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].
|