Common useful functions for writing BUILD files and Starlark macros/rules
Go to file
Greg Magolan 0fd56dc59d
feat: add directory_path rule and DirectoryPathInfo for specifying files within tree artifacts (#42)
2022-03-03 16:40:32 -08:00
.bazelci fix: fix typo in bazel ci config file name (#34) 2022-02-10 20:47:27 -08:00
.github/workflows chore: Update github archive URLs to have stable SHAs (#32) 2022-02-11 08:03:34 -08:00
docs feat: add directory_path rule and DirectoryPathInfo for specifying files within tree artifacts (#42) 2022-03-03 16:40:32 -08:00
lib feat: add directory_path rule and DirectoryPathInfo for specifying files within tree artifacts (#42) 2022-03-03 16:40:32 -08:00
.bazelrc feat: add forked diff_test that handles comparing directories 2021-12-21 16:12:05 -08:00
.bazelversion
.gitignore
.pre-commit-config.yaml fix: fix buildifier 5.0.0 errors (#35) 2022-02-11 07:52:01 -08:00
.prettierignore feat: write to source folders (#41) 2022-03-02 12:58:36 -08:00
BUILD.bazel
CONTRIBUTING.md
LICENSE license under apache 2 2021-12-21 16:54:15 -08:00
README.md
WORKSPACE
internal_deps.bzl chore: Update github archive URLs to have stable SHAs (#32) 2022-02-11 08:03:34 -08: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.

Installation

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