Packages

CLI tool to package a Gleam app as a FreeBSD package, with a service script.

Current section

Files

Jump to
glm_freebsd src glm_freebsd.app.src
Raw

src/glm_freebsd.app.src

{application, glm_freebsd, [
{vsn, "1.3.0"},
{applications, [argv,
clip,
gleam_erlang,
gleam_json,
gleam_stdlib,
gleescript,
handles,
logging,
shellout,
simplifile,
tom]},
{description, "CLI tool to package a Gleam app as a FreeBSD package, with a service script."},
{modules, [glm_freebsd,
glm_freebsd@@main,
glm_freebsd@config,
glm_freebsd@freebsd_build,
glm_freebsd@freebsd_templates]},
{registered, []}
]}.