Current section
Files
Jump to
Current section
Files
src/gleescript.app.src
{application, gleescript, [
{vsn, "1.0.1"},
{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, []}
]}.