Packages

A collection of Gleam utilities all written in pure gleam

Current section

Files

Jump to
glib src glib.app.src
Raw

src/glib.app.src

{application, glib, [
{vsn, "0.2.0"},
{applications, [gleam_stdlib,
gleamy_bench,
gleeunit]},
{description, "A collection of Gleam utilities all written in pure gleam"},
{modules, [glib,
glib@hash,
glib@map,
glib@tree]},
{registered, []}
]}.