Packages

Path parsing and manipulation

Current section

Files

Jump to
gleam_community_path src gleam_community_path.app.src
Raw

src/gleam_community_path.app.src

{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, []}
]}.