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, "2.0.1"},
{applications, [argv,
clip,
filepath,
gleam_erlang,
gleam_json,
gleam_stdlib,
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@packager]},
{registered, []}
]}.