Current section
Files
Jump to
Current section
Files
src/pathern.app.src
{application, pathern, [
{vsn, "0.0.1"},
{applications, [gleam_stdlib]},
{description, "A URL path pattern matching library for the Gleam programming language"},
{modules, [pathern,
pathern@internal@lexer,
pathern@internal@parser]},
{registered, []}
]}.