{application, glacier_gleeunit, [
    {vsn, "0.10.2"},
    {applications, [gleam_erlang,
                    gleam_stdlib]},
    {description, "Gleam bindings to Erlang's EUnit test framework. This is a fork of Gleeunit that allows it to be called as a library/function with a list of test modules instead of just via CLI."},
    {modules, [glacier_gleeunit,
               gleeunit,
               gleeunit@should]},
    {registered, []}
]}.
