{application, counter, [
    {vsn, "1.0.4"},
    {applications, [gleam_stdlib,
                    startest]},
    {description, "A counter for Gleam - modeled after Python's `collections.Counter`."},
    {modules, [counter]},
    {registered, []}
]}.
