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 erlang-shipment gleam_stdlib ebin gleam_stdlib.app
Raw

priv/example/build/erlang-shipment/gleam_stdlib/ebin/gleam_stdlib.app

{application, gleam_stdlib, [
{vsn, "0.70.0"},
{applications, []},
{description, "A standard library for the Gleam programming language"},
{modules, [gleam@bit_array,
gleam@bool,
gleam@bytes_tree,
gleam@dict,
gleam@dynamic,
gleam@dynamic@decode,
gleam@float,
gleam@function,
gleam@int,
gleam@io,
gleam@list,
gleam@option,
gleam@order,
gleam@pair,
gleam@result,
gleam@set,
gleam@string,
gleam@string_tree,
gleam@uri,
gleam_stdlib]},
{registered, []}
]}.