Current section
Files
Jump to
Current section
Files
src/rebar3_dialyzer_html.app.src
{application,rebar3_dialyzer_html,
[{description,"Generate an HTML report from dialyzer output"},
{vsn,"0.3.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache 2.0"]},
{links,[{"Github",
"https://github.com/srijan/rebar3_dialyzer_html"}]}]}.