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.5.0"},
{applications, [gleam_stdlib,
gleave]},
{description, "๐Ÿ›’ A small library of helper functions, that works as a companion of gleam_stdlib"},
{modules, [gxyz@cli,
gxyz@function,
gxyz@list,
gxyz@tuple]},
{registered, []}
]}.