Packages

A simple, readable string formatting library for Gleam!

Current section

Files

Jump to
glormat src glormat.app.src
Raw

src/glormat.app.src

{application, glormat, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "A simple, readable string formatting library for Gleam!"},
{modules, [glormat]},
{registered, []}
]}.