Current section
Files
Jump to
Current section
Files
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, []}
]}.