This is the multi-page printable view of this section. Click here to print.
Bzl
Bazel code
- 1: al_toml_data
- 2: al_toml_info
- 3: al_toml_validate
1 - al_toml_data
al_toml_data
load("@com_alwaldend_src//tools/toml/main/bzl:al_toml_data.bzl", "al_toml_data")
al_toml_data(name, deps, srcs, tomlv)
ATTRIBUTES
| Name | Description | Type | Mandatory | Default |
|---|---|---|---|---|
| name | A unique name for this target. | Name | required | |
| deps | Toml data targets | List of labels | optional | [] |
| srcs | Toml files | List of labels | optional | [] |
| tomlv | Tomlv target to use for validation | Label | optional | "@com_alwaldend_src//tools/tomlv" |