Packages

The LFE rebar3 clean plugin

Current section

Files

Jump to
rebar3_lfe_clean src lfe-clean.app.src
Raw

src/lfe-clean.app.src

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