mirror of
https://github.com/bazel-contrib/bazel-lib
synced 2024-11-28 21:33:48 +00:00
15 lines
502 B
Python
15 lines
502 B
Python
"Public API"
|
|
|
|
load("//lib/private:utils.bzl", "utils")
|
|
|
|
default_timeout = utils.default_timeout
|
|
file_exists = utils.file_exists
|
|
glob_directories = utils.glob_directories
|
|
is_bazel_6_or_greater = utils.is_bazel_6_or_greater
|
|
is_external_label = utils.is_external_label
|
|
maybe_http_archive = utils.maybe_http_archive
|
|
path_to_workspace_root = utils.path_to_workspace_root
|
|
propagate_well_known_tags = utils.propagate_well_known_tags
|
|
to_label = utils.to_label
|
|
consistent_label_str = utils.consistent_label_str
|