Common useful functions for writing BUILD files and Starlark macros/rules
Go to file
Greg Magolan 048c32ae8d feat: add jq_host and yq_host repositories 2022-04-21 18:48:45 -07:00
.bazelci feat: yq (#80) 2022-04-19 21:45:06 -07:00
.github/workflows test - add bash script tests to CI (#54) 2022-03-30 17:01:16 -07:00
docs 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
e2e fix(write_source_files): fix nested directories (#65) 2022-04-06 11:25:17 -07:00
lib feat: add jq_host and yq_host repositories 2022-04-21 18:48:45 -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 Add unittest 2021-11-08 07:22:47 -08:00
.gitattributes feat: yq (#80) 2022-04-19 21:45:06 -07:00
.gitignore fix(write_source_files): fix writing to workspace root (#53) 2022-03-30 17:04:35 -07:00
.pre-commit-config.yaml update buildifier and fix formatting 2022-04-01 13:33:14 -07:00
.prettierignore feat: yq (#80) 2022-04-19 21:45:06 -07:00
BUILD.bazel update buildifier and fix formatting 2022-04-01 13:33:14 -07:00
CONTRIBUTING.md release: update instructions 2021-11-11 07:02:50 -08:00
LICENSE license under apache 2 2021-12-21 16:54:15 -08:00
README.md Document support option 2022-04-20 11:36:48 -07:00
WORKSPACE feat: add jq toolchain and rule 2021-12-14 17:59:52 -08: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.