Packages

A library of extra functions for the standard Gleam libraries.

Current section

Files

Jump to
gl src gl.app.src
Raw

src/gl.app.src

{application, gl, [
{vsn, "0.0.1"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "A library of extra functions for the standard Gleam libraries."},
{modules, [gl]},
{registered, []}
]}.