Current section

Files

Jump to
rebar3_clojerl src rebar3_clojerl.app.src
Raw

src/rebar3_clojerl.app.src

{application,rebar3_clojerl,
[{description,"Compile clojerl projects"},
{vsn,"0.8.8"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache 2.0"]},
{links,[{"GitHub","https://github.com/clojerl/rebar3_clojerl"},
{"Clojerl","https://github.com/clojerl/clojerl"}]}]}.