Packages

A general-purpose, reitit-inspired LFE routing library

Current section

Files

Jump to
dragon_routes src dragon-routes.app.src
Raw

src/dragon-routes.app.src

{application,'dragon-routes',
[{description,"A general-purpose, reitit-inspired LFE routing library"},
{vsn,"0.0.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{pkg_name,dragon_routes},
{maintainers,["Duncan McGreggor"]},
{licenses,["Apache-2"]},
{links,[{"GitHub","https://github.com/lfe-dragon/dragon-routes"},
{"Hex","https://hex.pm/packages/dragon_routes"}]},
{exclude_files,["priv/*"]}]}.