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, "0.0.7"},
{registered, []},
{applications, [kernel, stdlib, cf]},
{env, []},
{contributors, ["Kelly McLaughlin "]},
{licenses, ["Apache"]},
{links, [{"Github", "https://github.com/kellymclaughlin/rebar3-eqc-plugin"}]}
]}.