Packages

A composable, data driven web routing library.

Current section

Files

Jump to
nine rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{project_plugins, [rebar3_format]}.
{cover_enabled, true}.
{ex_doc,
[{extras, ["README.md", "LICENSE"]},
{main, "README.md"},
{source_url, "https://git.sr.ht/~fancycade/nine"}]}.
{hex, [{doc, ex_doc}]}.