Current section
Files
Jump to
Current section
Files
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, []}
]}.