An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Bazel Rules for File Compression

[![Test](https://github.com/bzlparty/rules_compress/actions/workflows/test.yaml/badge.svg?branch=main&event=push)](https://github.com/bzlparty/rules_compress/actions/workflows/test.yaml)
[![Release](https://img.shields.io/github/v/release/bzlparty/rules_compress?label=Release)](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.