Packages

Organize cowboy routes in trees.

Current section

Files

Jump to
cowboy_routes_tree src cowboy_routes_tree.app.src
Raw

src/cowboy_routes_tree.app.src

{application, cowboy_routes_tree,
[{description, "Organize cowboy routes in trees"},
{vsn, "0.2.0"},
{registered, []},
{applications,
[kernel,
stdlib
]},
{env,[]},
{modules, []},
{maintainers, ["Ilya Khaprov"]},
{licenses, ["MIT"]},
{links, []}
]}.