Packages

Gleam apply function

Current section

Files

Jump to
gleaf src gleaf.app.src
Raw

src/gleaf.app.src

{application, gleaf, [
{vsn, "1.0.0"},
{applications, [cleam,
gleam_stdlib,
gleeunit]},
{description, "Gleam apply function"},
{modules, [gleaf]},
{registered, []}
]}.