Current section

Files

Jump to
rebar3_lfe_test src lfe-test.app.src
Raw

src/lfe-test.app.src

{application,'lfe-test',
[{description,"The LFE rebar3 test plugin"},
{vsn,"0.4.0-rc2"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{pkg_name,rebar3_lfe_test},
{maintainers,["Duncan McGreggor"]},
{licenses,["BSD-3"]},
{links,[{"GitHub","https://github.com/lfe-rebar3/test"},
{"Gitlab","https://gitlab.com/lfe-rebar3/test"},
{"Hex","https://hex.pm/packages/rebar3_lfe_test"}]}]}.