Current section
Files
Jump to
Current section
Files
src/gxyz.app.src
{application, gxyz, [
{vsn, "0.5.1"},
{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, []}
]}.