Packages

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

Current section

Files

Jump to
glm_freebsd priv example build dev erlang example ebin example.app
Raw

priv/example/build/dev/erlang/example/ebin/example.app

{application, example, [
{vsn, "1.0.0"},
{applications, [envoy,
gleam_erlang,
gleam_stdlib,
gleeunit,
logging]},
{description, "An example app that will be used to create a FreeBSD package (with service scripts)."},
{modules, [example]},
{registered, []}
]}.