Packages

A URL path pattern matching library for the Gleam programming language

Current section

Files

Jump to
pathern src pathern.app.src
Raw

src/pathern.app.src

{application, pathern, [
{vsn, "0.2.0"},
{applications, [gleam_stdlib]},
{description, "A URL path pattern matching library for the Gleam programming language"},
{modules, [pathern,
pathern@internal@lexer,
pathern@internal@parser]},
{registered, []}
]}.