Packages
high_mountains
1.0.0
High Mountains is a Gleam library for working with Alpine JS through Lustre attributes.
Current section
Files
Jump to
Current section
Files
src/high_mountains.app.src
{application, high_mountains, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib,
lustre]},
{description, "High Mountains is a Gleam library for working with Alpine JS through Lustre attributes."},
{modules, [high_mountains,
high_mountains@@main,
high_mountains@event_modifier,
high_mountains@model_modifier,
high_mountains@transition_modifier]},
{registered, []}
]}.