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, "1.0.0"},
{applications, [gleam_stdlib,
gleeunit,
glychee]},
{description, "A collection of Gleam utilities all written in pure gleam"},
{modules, [glib@hash,
glib@map,
glib@treelist]},
{registered, []}
]}.