2
0
Fork 0
mirror of https://github.com/bazel-contrib/bazel-lib synced 2024-11-25 11:32:33 +00:00
bazel-lib/lib
Alex Eagle 083ff26ced feat: add assert helper for zip contents
Helps to make sure that Python wheels are correctly constructed, as one example.
2023-01-20 16:16:42 -08:00
..
private chore: update copy toolchain to latest releases (#340) 2023-01-16 22:11:33 -08:00
tests feat: hardlink generated files in copy_to_directory and copy_directory instead of copying (#321) 2023-01-16 17:19:13 -08:00
base64.bzl
BUILD.bazel feat: hardlink generated files in copy_to_directory and copy_directory instead of copying (#321) 2023-01-16 17:19:13 -08:00
copy_directory.bzl feat: hardlink generated files in copy_to_directory and copy_directory instead of copying (#321) 2023-01-16 17:19:13 -08:00
copy_file.bzl
copy_to_bin.bzl
copy_to_directory.bzl chore: cleanup copy_to_directory docs and expose attr docstrings via lib for use downstream (#330) 2023-01-15 13:24:15 -08:00
diff_test.bzl feat: add executable attribute to write_source_files 2022-12-03 10:46:08 -08:00
directory_path.bzl
docs.bzl
expand_make_vars.bzl
extensions.bzl fix: bzlmod toolchain registration for copy_directory & copy_to_directory (#336) 2023-01-16 19:37:36 -08:00
glob_match.bzl
host_repo.bzl
jq.bzl feat: modify assert_json_matches api before release 2023-01-09 11:31:15 -08:00
output_files.bzl
params_file.bzl fix: formatting for new docsite (#302) 2022-12-28 08:03:18 -08:00
paths.bzl
platform_utils.bzl
repo_utils.bzl
repositories.bzl feat: hardlink generated files in copy_to_directory and copy_directory instead of copying (#321) 2023-01-16 17:19:13 -08:00
run_binary.bzl
stamping.bzl
testing.bzl feat: add assert helper for zip contents 2023-01-20 16:16:42 -08:00
transitions.bzl Add platform_transition_binary rule (#289) 2022-12-14 11:21:08 -08:00
utils.bzl
windows_utils.bzl
write_source_files.bzl feat: add write_source_file to public API (#295) 2022-12-03 14:57:28 -08:00
yq.bzl