Current section
Files
Jump to
Current section
Files
src/rebar3_typer.app.src
{application,rebar3_typer,
[{description,"A rebar3 plugin wrapper around TypEr"},
{vsn,"0.1.1"},
{applications,[kernel,stdlib,dialyzer]},
{env,[]},
{licenses,["MIT"]},
{links,[{"github","https://github.com/AdRoll/rebar3_typer"}]}]}.