{application, glacier_gleeunit, [
    {vsn, "1.3.1003"},
    {applications, [argv,
                    gleam_stdlib]},
    {description, "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, [erlang_test_module,
               glacier_gleeunit,
               glacier_gleeunit@@main,
               glacier_gleeunit_ffi,
               gleeunit,
               gleeunit@should,
               gleeunit_ffi,
               gleeunit_progress]},
    {registered, []}
]}.
