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

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

{application, gleeunit, [
{vsn, "1.9.0"},
{applications, [gleam_stdlib]},
{description, "A simple test runner for Gleam, using EUnit on Erlang"},
{modules, []},
{registered, []}
]}.