{application, gextra, [
    {vsn, "1.2.0"},
    {applications, [gleam_stdlib,
                    gleam_yielder]},
    {description, "Extra QOL functions."},
    {modules, [gextra@bool,
               gextra@function,
               gextra@pair,
               gextra@result,
               gextra@yielder]},
    {registered, []}
]}.
