bazel-skylib/lib
Fabian Meumertzheim 553c08dc60
Add helper functions for module extensions as `modules` (#456)
Adds a new module `modules` with two helper functions for module
extensions:

* `use_all_repos` makes it easy to return an appropriate
  `extension_metadata` from a module extension (if supported) to
  indicate that all repositories generated by the extension should be
  imported via `use_repo`.
* `as_extension` turns a WORKSPACE macro into a module extension that
  uses `use_all_repos` to automate the generation of `use_repo` calls.
2024-04-24 14:53:32 -04:00
..
BUILD Add helper functions for module extensions as `modules` (#456) 2024-04-24 14:53:32 -04:00
collections.bzl
dicts.bzl Implement omit and pick dicts functions. (#304) 2022-03-17 16:49:06 -04:00
modules.bzl Add helper functions for module extensions as `modules` (#456) 2024-04-24 14:53:32 -04:00
new_sets.bzl
old_sets.bzl
partial.bzl Update partial.bzl to generate better markdown (#309) 2021-07-26 15:26:28 -04:00
paths.bzl
selects.bzl
sets.bzl
shell.bzl
structs.bzl
subpackages.bzl Add subpackages module to skylib to support new bazel native.subpackages (#348) 2022-04-04 17:56:21 -04:00
types.bzl
unittest.bzl Add toolchains argument to unittests.make (#483) 2024-01-08 09:37:19 +01:00
versions.bzl versions: Don't fail on Bazel dev builds (#463) 2023-09-25 18:25:37 -07:00