{application, glisdigit, [
    {vsn, "1.0.0"},
    {applications, [gleam_stdlib,
                    gleeunit]},
    {description, "A simple module to check if something is a numerical digit similar to std::is_digit in C++"},
    {modules, [glisdigit]},
    {registered, []}
]}.
