Current section
Files
Jump to
Current section
Files
src/nakai.app.src
{application, nakai, [
{vsn, "0.3.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "A proof-of-concept library for making web apps with Gleam"},
{modules, [gleam@path,
nakai,
nakai@head,
nakai@html,
nakai@html@attrs,
nakai@html@doctype,
nakai@html@events,
nakai@render,
nakai@render@state]},
{registered, []}
]}.