Current section

Files

Jump to
lustre src lustre.app.src
Raw

src/lustre.app.src

{application, lustre, [
{vsn, "3.0.10"},
{applications, [gleam_stdlib]},
{description, "An Elm-inspired framework for building web apps in Gleam!"},
{modules, [lustre,
lustre@attribute,
lustre@effect,
lustre@element,
lustre@element@html,
lustre@element@svg,
lustre@event]},
{registered, []}
]}.