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.1.1"},
{applications, [gleam_stdlib]},
{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@parser,
tomlet@path]},
{registered, []}
]}.