bazelbuild / bazel-central-registry

The central registry of Bazel modules for the Bzlmod external dependency system.
https://registry.bazel.build
Apache License 2.0
233 stars 254 forks source link

feat: add `rules_xz@1.0.0-beta.1` #2300

Closed mattyclarkson closed 1 week ago

mattyclarkson commented 1 week ago
load("@rules_xz//xz/compress:defs.bzl", "xz_compress")
load("@rules_xz//xz/decompress:defs.bzl", "xz_decompress")

xz_compress(
    name = "compress",
    src = "//fixture:hello-world.txt",
)

xz_decompress(
    name = "decompress",
    src = ":compress",
)

Hermetic through @ape//:xz binary.

bazel-io commented 1 week ago

Hello @bazelbuild/bcr-maintainers, modules without existing maintainers (rules_xz) have been updated in this PR. Please review the changes.

mattyclarkson commented 1 week ago

@fmeum, sorry I rebased and wiped the approval 😒