Packages

Bundle your Gleam-on-Erlang project into an escript, a single executable file!

Current section

Files

Jump to
gleescript src gleescript.app.src
Raw

src/gleescript.app.src

{application, gleescript, [
{vsn, "1.2.0"},
{applications, [filepath,
gleam_erlang,
gleam_stdlib,
gleeunit,
simplifile,
snag,
tom]},
{description, "Bundle your Gleam-on-Erlang project into an escript, a single executable file!"},
{modules, [gleescript]},
{registered, []}
]}.