Packages

efene rebar3 common test plugin

Current section

Files

Jump to
rebar3_efene_ct src rebar3_efene_ct.app.src
Raw

src/rebar3_efene_ct.app.src

{application,rebar3_efene_ct,
[{description,"efene rebar3 common test plugin"},
{vsn,"0.1.2"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{env,[{providers,[efene]}]},
{maintainers,["Mariano Guerra"]},
{licenses,["MIT"]},
{links,[{"Github",
"https://github.com/efene/rebar3_efene_compile"}]}]}.