Current section
Files
Jump to
Current section
Files
src/mellie.app.src
{application, mellie, [
{vsn, "1.0.3"},
{applications, [gleam_javascript,
gleam_stdlib,
presentable_soup]},
{description, "A library for working with HTML that supports JavaScript and Erlang Targets"},
{modules, [mellie,
mellie@@main,
mellie@attr,
mellie@html,
mellie@internal@html]},
{registered, []}
]}.