Current section

Files

Jump to
htmb src htmb.app.src
Raw

src/htmb.app.src

{application, htmb, [
{vsn, "1.0.1"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "A tiny HTML builder for Gleam"},
{modules, [htmb]},
{registered, []}
]}.