https://github.com/bzlparty/rules_compress
Bazel Rules for File Compression
https://github.com/bzlparty/rules_compress
7zip bazel bazel-rules compression file-compression s2 zip
Last synced: over 1 year ago
JSON representation
Bazel Rules for File Compression
- Host: GitHub
- URL: https://github.com/bzlparty/rules_compress
- Owner: bzlparty
- License: lgpl-3.0
- Created: 2024-01-06T01:44:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T21:02:20.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T23:41:18.785Z (over 1 year ago)
- Topics: 7zip, bazel, bazel-rules, compression, file-compression, s2, zip
- Language: Starlark
- Homepage:
- Size: 350 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bazel Rules for File Compression
[](https://github.com/bzlparty/rules_compress/actions/workflows/test.yaml)
[](https://github.com/bzlparty/rules_compress/releases/latest)
## Installation
> [!NOTE]
> Releases are not yet published to BCR!
See install instructions on the [release page](https://github.com/bzlparty/rules_compress/releases/latest).
## Compression
- [S2](/docs/s2.md) is a high performance replacement for Snappy.
- [7-Zip](/docs/zip.md) is a file archiver with a high compression ratio.
## License
Copyright Contributors to the bzlparty project.
Unless otherwise specified, source code in this repository is licensed under the GNU Lesser General Public License, Version 3 or later (LGPL-3.0-or-later). A copy is included in the `LICENSE` file.
Other licenses may be specified as well for certain files or where third-party components are used.