Packages

A round-tripping TOML parser and writer for Gleam, preserving comments, key order, and formatting.

Current section

Files

Jump to
tomlet src tomlet.app.src
Raw

src/tomlet.app.src

{application, tomlet, [
{vsn, "1.2.0"},
{applications, [gleam_stdlib,
william]},
{description, "A round-tripping TOML parser and writer for Gleam, preserving comments, key order, and formatting."},
{modules, [tomlet,
tomlet@@main,
tomlet@ast,
tomlet@key,
tomlet@lexer,
tomlet@parser,
tomlet@path]},
{registered, []}
]}.