Packages

๐Ÿ›’ A small library of helper functions, that works as a companion of gleam_stdlib

Current section

Files

Jump to
gxyz src gxyz.app.src
Raw

src/gxyz.app.src

{application, gxyz, [
{vsn, "0.3.0"},
{applications, [gleam_stdlib]},
{description, "๐Ÿ›’ A small library of helper functions, that works as a companion of gleam_stdlib"},
{modules, [gxyz@gxyz_function,
gxyz@gxyz_list,
gxyz@gxyz_tuple]},
{registered, []}
]}.