Common useful functions for writing BUILD files and Starlark macros/rules
Go to file
Derek Cormier 400ff189b3 fix: fix a bug where yq failed to build in the root package 2022-05-02 20:35:59 -07:00
.bazelci feat: yq (#80) 2022-04-19 21:45:06 -07:00
.github/workflows fix: fix a bug where bcr action wouldn't follow redirects to artifact 2022-05-02 20:34:46 -07:00
docs refactor: export copy_to_directory_lib in the public API for use downstream in packaging rules (#96) 2022-04-29 15:26:24 -07:00
e2e chore: use aspect_bazel_lib diff_test (#94) 2022-04-29 00:36:41 -07:00
lib fix: fix a bug where yq failed to build in the root package 2022-05-02 20:35:59 -07:00
tools feat: add os_arch_name() function to repo_utils and cleanup yq & jq toolchains for repository names follow this convention (#82) 2022-04-21 17:45:33 -07:00
.bazelrc fix: set --nolegacy_external_runfiles in .bazelrc (#76) 2022-04-14 07:02:49 -07:00
.bazelversion
.gitattributes feat: yq (#80) 2022-04-19 21:45:06 -07:00
.gitignore
.pre-commit-config.yaml update buildifier and fix formatting 2022-04-01 13:33:14 -07:00
.prettierignore test: add test coverage for docs rules 2022-04-27 17:34:45 -07:00
BUILD.bazel fix: fix a bug where yq failed to build in the root package 2022-05-02 20:35:59 -07:00
CONTRIBUTING.md
LICENSE
MODULE.bazel test: add test coverage for docs rules 2022-04-27 17:34:45 -07:00
README.md Document support option 2022-04-20 11:36:48 -07:00
WORKSPACE test: introduce an e2e test asserting that bzlmod works 2022-04-27 17:34:45 -07:00
internal_deps.bzl feat: yq (#80) 2022-04-19 21:45:06 -07:00

README.md

Aspect's Bazel helpers library

This is code we would contribute to bazel-skylib, but the declared scope of that project is narrow and it's very difficult to get anyone's attention to review PRs there.

Need help? This ruleset has support provided by https://aspect.dev.

Installation

From the release you wish to use: https://github.com/aspect-build/bazel-lib/releases copy the WORKSPACE snippet into your WORKSPACE file.