This module implements the language-specific toolchain rule.
fennel_toolchain(name, extra_tool_files, target_tool)
Defines a fennel compiler/runtime toolchain.
For usage see https://docs.bazel.build/versions/main/toolchains.html#defining-toolchains.
ATTRIBUTES
Name | Description | Type | Mandatory | Default |
---|---|---|---|---|
name | A unique name for this target. | Name | required | |
extra_tool_files | - | List of labels | optional | [] |
target_tool | A hermetically downloaded executable target for the target platform. | Label | required |
FennelInfo(target_tool, tool_files)
Information about how to invoke the tool executable.
FIELDS