Packages

A rebar plugin to download external resources.

Current section

Files

Jump to
rebar3_external src rebar3_external.app.src
Raw

src/rebar3_external.app.src

{application,rebar3_external,
[{description,"A rebar plugin to download external resources."},
{vsn,"0.1.1"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache-2.0"]},
{links,[{"Github",
"https://github.com/joaohf/rebar3_external"}]}]}.