Packages

A small string utilities library written in Gleam

Retired package: Release invalid

Current section

Files

Jump to
textx src textx.app.src
Raw

src/textx.app.src

{application, textx, [
{vsn, "0.1.0"},
{applications, [gleam_stdlib]},
{description, "A small string utilities library written in Gleam"},
{modules, [textx,
textx@@main]},
{registered, []}
]}.