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

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

{application, gleeunit, [
{vsn, "1.9.0"},
{applications, [gleam_stdlib]},
{description, "A simple test runner for Gleam, using EUnit on Erlang"},
{modules, [erlang_test_module,
gleeunit,
gleeunit@@main,
gleeunit@internal@gleam_panic,
gleeunit@internal@reporting,
gleeunit@should,
gleeunit_ffi,
gleeunit_gleam_panic_ffi,
gleeunit_progress,
gleeunit_test_ffi]},
{registered, []}
]}.