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
Function: bazel_lib_dependencies
Load dependencies
Function: register_zstd_toolchains
Registers zstd toolchain and repositories
Parameters
override the prefix for the generated toolchain repositories
whether to call through to native.register_toolchains.
Should be True for WORKSPACE users, but false when used under bzlmod extension
Function: register_bats_toolchains
Registers bats toolchain and repositories
Parameters
override the prefix for the generated toolchain repositories
bats-core version to use
bats-support version to use
bats-assert version to use
bats-file version to use
additional labels for libraries
whether to call through to native.register_toolchains.
Should be True for WORKSPACE users, but false when used under bzlmod extension
Function: register_coreutils_toolchains
Registers coreutils toolchain and repositories
Parameters
override the prefix for the generated toolchain repositories
the version of coreutils to execute (see https://github.com/uutils/coreutils/releases)
whether to call through to native.register_toolchains.
Should be True for WORKSPACE users, but false when used under bzlmod extension
Function: register_copy_directory_toolchains
Registers copy_directory toolchain and repositories
Parameters
override the prefix for the generated toolchain repositories
whether to call through to native.register_toolchains.
Should be True for WORKSPACE users, but false when used under bzlmod extension
Function: register_copy_to_directory_toolchains
Registers copy_to_directory toolchain and repositories
Parameters
override the prefix for the generated toolchain repositories
whether to call through to native.register_toolchains.
Should be True for WORKSPACE users, but false when used under bzlmod extension
Function: register_expand_template_toolchains
Registers expand_template toolchain and repositories
Parameters
override the prefix for the generated toolchain repositories
whether to call through to native.register_toolchains.
Should be True for WORKSPACE users, but false when used under bzlmod extension

