Skip to content

aspect-build/toml.bzl

Repository files navigation

toml.bzl

A small Bazel library which allows repository rules to consume TOML files.

Usage

Following the lead of json,

load("@toml.bzl", "toml")

# toml.decode_file(repository_ctx, <path>)
# 
# Unsupported:
#   toml.decode(repository_ctx, <text>)
#   toml.encode_indent(repository_ctx, <obj>)
#   toml.indent(repository_ctx, <text>)

Telemetry & privacy policy

This ruleset collects limited usage data via tools_telemetry, which is reported to Aspect Build Inc and governed by our privacy policy.

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Sponsor this project

Packages

 
 
 

Contributors