Packages

A platform agnostic Elm-like framework (soft-fork of Lustre)

Current section

Files

Jump to
agnostic src agnostic.app.src
Raw

src/agnostic.app.src

{application, agnostic, [
{vsn, "1.0.0"},
{applications, [gleam_erlang,
gleam_json,
gleam_otp,
gleam_stdlib,
houdini]},
{description, "A platform agnostic Elm-like framework (soft-fork of Lustre)"},
{modules, [agnostic,
agnostic@@main,
agnostic@attribute,
agnostic@component,
agnostic@dev@query,
agnostic@dev@simulate,
agnostic@effect,
agnostic@element,
agnostic@element@html,
agnostic@element@keyed,
agnostic@element@mathml,
agnostic@element@svg,
agnostic@event,
agnostic@internals@constants,
agnostic@internals@json_object_builder,
agnostic@internals@mutable_map,
agnostic@internals@ref,
agnostic@platform,
agnostic@platform@dom,
agnostic@platform@opentui,
agnostic@platform@opentui@attribute,
agnostic@platform@opentui@effect,
agnostic@platform@opentui@element,
agnostic@platform@opentui@event,
agnostic@platform@opentui@portal,
agnostic@runtime@app,
agnostic@runtime@headless,
agnostic@runtime@transport,
agnostic@serializer,
agnostic@server_component,
agnostic@vdom@cache,
agnostic@vdom@diff,
agnostic@vdom@patch,
agnostic@vdom@path,
agnostic@vdom@vattr,
agnostic@vdom@vnode]},
{registered, []}
]}.