{application, gleeunit, [
    {vsn, "1.3.1"},
    {applications, [gleam_stdlib]},
    {description, "Gleam bindings to Erlang's EUnit test framework"},
    {modules, [erlang_test_module,
               gleeunit,
               gleeunit@@main,
               gleeunit@should,
               gleeunit_ffi,
               gleeunit_progress]},
    {registered, []}
]}.
