Documentation Index
Fetch the complete documentation index at: https://docs.aspect.build/llms.txt
Use this file to discover all available pages before exploring further.
Documentation for @bazel_lib@v3.2.0 — View source
- We support .bzl and .star extensions, while bzl_library accepts .bzl and .scl.
- Generates starlark_doc_extract
targets, one for each element of
srcs, ensuring that the sources list all their dependencies. Fixes https://github.com/bazelbuild/bazel-skylib/issues/568
Rule: bzl_library_rule
Creates a logical collection of Starlark .bzl and .star files.
Attributes
A unique name for this target.
Function: bzl_library
Wrapper for bzl_library.
Parameters
name
List of
.bzl and .star files that are processed to create this target.List of other
bzl_library or filegroup targets that are required by the Starlark files listed in srcs.additional arguments for the bzl_library rule.

