Skip to main content

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 @jq.bzl@v0.6.0 View source
Provide access to a jq binary via Bazel’s toolchains feature

Rule: jq_toolchain

Attributes

name
name
required
A unique name for this target.
bin
label
required

Provider: JqInfo

Provide info for executing jq

Fields

bin
Executable jq binary

Repository rule: jq_toolchains_repo

Creates a repository with toolchain definitions for all known platforms which can be registered or selected.

Attributes

name
name
required
A unique name for this repository.
user_repository_name
string
default:"\"\""
Base name for toolchains repository

Repository rule: jq_host_alias_repo

Creates a repository with a shorter name meant for the host platform, which contains a BUILD.bazel file that exports symlinks to the host platform’s binaries

Attributes

name
name
required
A unique name for this repository.