Current section

Files

Jump to
lustre src lustre.app.src
Raw

src/lustre.app.src

{application, lustre, [
{vsn, "4.0.0-rc.2"},
{applications, [argv,
birdie,
filepath,
gleam_community_ansi,
gleam_erlang,
gleam_json,
gleam_otp,
gleam_stdlib,
gleeunit,
glint,
justin,
shellout,
simplifile,
spinner,
tom]},
{description, "An Elm-inspired framework for building single page applications and server-rendered components in Gleam!"},
{modules, [lustre,
lustre@attribute,
lustre@cli@add,
lustre@cli@build,
lustre@cli@dev,
lustre@cli@esbuild,
lustre@cli@project,
lustre@cli@step,
lustre@cli@utils,
lustre@effect,
lustre@element,
lustre@element@html,
lustre@element@svg,
lustre@event,
lustre@internals@constants,
lustre@internals@patch,
lustre@internals@runtime,
lustre@internals@vdom,
lustre@server_component]},
{registered, []}
]}.