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