Current section
Files
Jump to
Current section
Files
src/drift.app.src
{application, drift, [
{vsn, "1.0.1"},
{applications, [gleam_stdlib]},
{description, "Define pure functional cores in target-agnostic Gleam, which can wrapped to run on both the Erlang and JS targets."},
{modules, [drift,
drift@@main,
drift@internal@id,
drift@internal@timer,
drift_external]},
{registered, []}
]}.