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 packages logging src logging.app.src
Raw

priv/example/build/packages/logging/src/logging.app.src

{application, logging, [
{vsn, "1.3.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "Configuration for the Erlang logger"},
{modules, [logging]},
{registered, []}
]}.