Current section

Files

Jump to
rebar3_lfe src rebar3_lfe.app.src
Raw

src/rebar3_lfe.app.src

{application,rebar3_lfe,
[{description,"A modern rebar3 plugin for LFE projects"},
{vsn,"0.5.5"},
{registered,[]},
{applications,[kernel,stdlib,lfe]},
{env,[]},
{modules,[rebar3_lfe,r3lfe_compiler_mod,r3lfe_compile_worker,
r3lfe_compile_opts,r3lfe_config,r3lfe_paths,
r3lfe_dependency_scanner,r3lfe_dep_cache,
r3lfe_package,r3lfe_package_tracker,r3lfe_progress,
r3lfe_prv_compile,r3lfe_prv_clean,r3lfe_prv_repl,
r3lfe_prv_ltest,r3lfe_prv_release,r3lfe_prv_versions,
r3lfe_prv_run,r3lfe_prv_escriptize,
r3lfe_prv_run_escript,r3lfe_prv_run_release,
r3lfe_prv_confabulate]},
{pkg_name,rebar3_lfe},
{licenses,["Apache-2.0"]},
{links,[{"GitHub","https://github.com/lfe/rebar3"},
{"Hex","https://hex.pm/packages/rebar3_lfe"},
{"LFE","https://lfe.io"}]},
{files,["src","priv/templates","README.md","LICENSE",
"rebar.config"]},
{exclude_files,["priv/testing/*"]}]}.