Packages

Nothing to see here yet!

Current section

Files

Jump to
gleam_xml src gleam_xml.app.src
Raw

src/gleam_xml.app.src

{application, gleam_xml, [
{vsn, "0.1.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "Nothing to see here yet!"},
{modules, [gleam_xml]},
{registered, []}
]}.