{application, gxyz, [
    {vsn, "0.2.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, []}
]}.
