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