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

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

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