Packages

A rebar plugin to check if dependencies in rebar.config are included in .app.src

Current section

Files

Jump to
rebar3_check_deps src rebar3_check_deps.app.src
Raw

src/rebar3_check_deps.app.src

{application,rebar3_check_deps,
[{description,"A rebar plugin to check if dependencies in rebar.config are included in .app.src"},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache 2.0"]},
{links,[{"Github",
"https://github.com/drvspw/rebar3_check_deps.git"}]}]}.