This is the multi-page printable view of this section.
Click here to print.
Return to the regular view of this page.
Extensions
Bazel module extensions
1 - al_repo_map
al_repo_map
al_repo_map = use_extension("@com-alwaldend-git-src//bzl/extensions:al_repo_map.bzl", "al_repo_map")
al_repo_map.download(name, build_file_content, download_type, executable, repos, strip_prefix)
Extension to create several repos from a map
TAG CLASSES
download
Attributes
Name |
Description |
Type |
Mandatory |
Default |
name |
Name |
Name |
required |
|
build_file_content |
Build file content |
String |
optional |
"" |
download_type |
Download type |
String |
required |
|
executable |
Field executable for http_file |
Boolean |
optional |
False |
repos |
Map of repos |
Dictionary: String -> List of strings |
required |
|
strip_prefix |
Strip prefix |
String |
optional |
"" |