Current section

Files

Jump to
rebar3_lfe_compile src lfe-compile.app.src
Raw

src/lfe-compile.app.src

{application,'lfe-compile',
[{description,"The LFE rebar3 compiler plugin"},
{vsn,"0.8.0-rc2"},
{registered,[]},
{applications,[kernel,stdlib,lfe]},
{env,[]},
{modules,['lfe-compile',lr3_comp,lr3_comp_util]},
{pkg_name,rebar3_lfe_compile},
{maintainers,["Duncan McGreggor"]},
{licenses,["BSD-3"]},
{links,[{"GitHub","https://github.com/lfe-rebar3/compile"},
{"Gitlab","https://gitlab.com/lfe-rebar3/compile"},
{"Hex","https://hex.pm/packages/rebar3_lfe_compile"},
{"Blog post",
"http://blog.lfe.io/tutorials/2016/03/25/0858-lfe-and-rebar3/"}]}]}.