Current section

Files

Jump to
clojerl src clojerl.app.src
Raw

src/clojerl.app.src

{application,clojerl,
[{description,"Clojure for the Erlang VM"},
{vsn,"0.9.0"},
{applications,[kernel,stdlib,compiler]},
{mod,{clojerl_app,[]}},
{modules,[]},
{registered,[]},
{licenses,["EPL v1.0"]},
{include_files,["bin","bootstrap"]},
{links,[{"GitHub","https://github.com/clojerl/clojerl"},
{"Website","http://clojerl.org"},
{"Try Online","http://try.clojerl.online"}]}]}.