Packages

Compile your gleam projects into a native executable using deno.

Current section

Files

Jump to
gleative src gleative.app.src
Raw

src/gleative.app.src

{application, gleative, [
{vsn, "0.1.0"},
{applications, [gleam_community_ansi,
gleam_stdlib,
gleeunit,
shellout,
simplifile,
spinner,
tom]},
{description, " Compile your gleam projects into a native executable using deno."},
{modules, [gleative]},
{registered, []}
]}.