Packages

Generate an HTML report from dialyzer output

Current section

Files

Jump to
rebar3_dialyzer_html src rebar3_dialyzer_html.app.src
Raw

src/rebar3_dialyzer_html.app.src

{application,rebar3_dialyzer_html,
[{description,"Generate an HTML report from dialyzer output"},
{vsn,"0.2.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache 2.0"]},
{links,[{"Github",
"https://github.com/srijan/rebar3_dialyzer_html"}]}]}.