{application, gleam_community_path, [
    {vsn, "0.1.0"},
    {applications, [gleam_stdlib,
                    gleeunit]},
    {description, "Path parsing and manipulation"},
    {modules, [gleam_community@path,
               gleam_community@path_string]},
    {registered, []}
]}.
