Current section
Files
Jump to
Current section
Files
src/rebar3_eqc.app.src
{application,rebar3_eqc,
[{description,"Plugin to run EQC properties"},
{vsn,"0.0.10"},
{registered,[]},
{applications,[kernel,stdlib,cf]},
{env,[]},
{maintainers,["Kelly McLaughlin "]},
{licenses,["Apache"]},
{links,[{"Github",
"https://github.com/kellymclaughlin/rebar3-eqc-plugin"}]}]}.