Packages

A rebar3 plugin wrapper around TypEr

Current section

Files

Jump to
rebar3_typer src rebar3_typer.app.src
Raw

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"}]}]}.