Current section

Files

Jump to
rebar3_eqc src rebar3_eqc.app.src
Raw

src/rebar3_eqc.app.src

{application,rebar3_eqc,
[{description,"Plugin to run EQC properties"},
{vsn,"1.2.0"},
{registered,[]},
{applications,[kernel,stdlib,cf]},
{env,[]},
{licenses,["Apache"]},
{links,[{"Github",
"https://github.com/kellymclaughlin/rebar3-eqc-plugin"}]}]}.