Current section

Files

Jump to
rebar_eqc src rebar_eqc.app.src
Raw

src/rebar_eqc.app.src

{application,rebar_eqc,
[{description,"Plugin to run EQC properties"},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib,cf]},
{env,[]},
{pkg_name,"rebar_eqc"},
{maintainers,["Kelly McLaughlin","Heinz N. Gies"]},
{licenses,["Apache"]},
{links,[{"Github",
"https://github.com/project-fifo/rebar3-eqc-plugin"},
{"Github (upstream)",
"https://github.com/kellymclaughlin/rebar3-eqc-plugin"}]}]}.