2021-11-09 23:13:30 +00:00
|
|
|
"Public API"
|
|
|
|
|
|
|
|
load("//lib/private:utils.bzl", "utils")
|
|
|
|
|
2022-10-26 19:30:08 +00:00
|
|
|
default_timeout = utils.default_timeout
|
|
|
|
file_exists = utils.file_exists
|
2021-11-09 23:13:30 +00:00
|
|
|
glob_directories = utils.glob_directories
|
2022-10-26 19:30:08 +00:00
|
|
|
is_bazel_6_or_greater = utils.is_bazel_6_or_greater
|
|
|
|
is_external_label = utils.is_external_label
|
2022-10-27 22:55:57 +00:00
|
|
|
maybe_http_archive = utils.maybe_http_archive
|
2021-11-09 23:13:30 +00:00
|
|
|
path_to_workspace_root = utils.path_to_workspace_root
|
|
|
|
propagate_well_known_tags = utils.propagate_well_known_tags
|
|
|
|
to_label = utils.to_label
|