This is a fork of brotli, packaged for Zig. Unnecessary files have been deleted, and the build system has been replaced with build.zig.
To update this repository, run ./update.sh followed by ./verify.sh to verify the repository contents.
For supply chain security reasons (e.g. to confirm we made no patches to the code) we provide a git diff command you can run to verify the contents of this repository:
./verify.shIf nothing is printed, there is no diff. Deleted files, and changes to README.md, build.zig, .github CI files and .gitignore are ignored.
Issues are tracked in this GitHub repository, not in the upstream fork by hexops.