Packages

A Gleam library for building HTML strings usings functions.

Current section

Files

Jump to
ag_html src ag_html.app.src
Raw

src/ag_html.app.src

{application, ag_html, [
{vsn, "0.1.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "A Gleam library for building HTML strings usings functions."},
{modules, [ag_html,
ag_html@attributes,
ag_html@string_utils]},
{registered, []}
]}.