Packages

Define pure functional cores in target-agnostic Gleam, which can wrapped to run on both the Erlang and JS targets.

Current section

Files

Jump to
drift src drift.app.src
Raw

src/drift.app.src

{application, drift, [
{vsn, "1.0.0"},
{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, []}
]}.