https://github.com/hexops/brotli
A fork of brotli packaged for the Zig build system
https://github.com/hexops/brotli
Last synced: 8 months ago
JSON representation
A fork of brotli packaged for the Zig build system
- Host: GitHub
- URL: https://github.com/hexops/brotli
- Owner: hexops
- License: mit
- Created: 2023-04-01T20:14:40.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-30T20:14:42.000Z (about 1 year ago)
- Last Synced: 2025-06-22T08:52:53.580Z (8 months ago)
- Language: C
- Size: 35.3 MB
- Stars: 14
- Watchers: 2
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# brotli packaged for the Zig build system
This is a fork of [brotli](https://github.com/google/brotli), packaged for Zig. Unnecessary files have been deleted, and the build system has been replaced with build.zig.
## Updating
To update this repository, run `./update.sh` followed by `./verify.sh` to verify the repository contents.
## Verifying 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:
```sh
./verify.sh
```
If nothing is printed, there is no diff. Deleted files, and changes to `README.md`, `build.zig`, `.github` CI files and `.gitignore` are ignored.
## Issues
Issues are tracked in the [main Mach repository](https://github.com/hexops/mach/issues?q=is%3Aissue+is%3Aopen+label%3Abrotli).