Current section

Files

Jump to
roundabout src roundabout.app.src
Raw

src/roundabout.app.src

{application, roundabout, [
{vsn, "1.0.0"},
{applications, [filepath,
glam,
gleam_regexp,
gleam_stdlib,
justin,
simplifile]},
{description, "A routes generator"},
{modules, [roundabout,
roundabout@@main,
roundabout@internal@common,
roundabout@internal@fixed,
roundabout@internal@generate_helpers,
roundabout@internal@generate_other,
roundabout@internal@generate_route_to_path,
roundabout@internal@generate_segments_to_route,
roundabout@internal@generate_types,
roundabout@internal@node,
roundabout@internal@parameter,
roundabout@internal@type_name]},
{registered, []}
]}.