Current section

Files

Jump to
geas_rebar3 src geas_rebar3.app.src
Raw

src/geas_rebar3.app.src

{application,geas_rebar3,
[{description,"Plugin to run GEAS with rebar3"},
{vsn,"1.6.2"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{pkg_name,"geas_rebar3"},
{licenses,["ISC"]},
{links,[{"Github",
"https://github.com/crownedgrouse/geas_rebar3"},
{"Wiki",
"https://github.com/crownedgrouse/geas/wiki/Rebar-plugins"}]}]}.