1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
{application,luerl,
[{description,"Luerl - an implementation of Lua on Erlang"},
{vsn,"1.2.3"},
{modules,['Elixir.Luerl.New','Elixir.Luerl',luerl,luerl_anno,
luerl_app,luerl_comp,luerl_comp_cg,luerl_comp_env,
luerl_comp_lint,luerl_comp_locf,luerl_comp_normalise,
luerl_comp_peep,luerl_comp_vars,luerl_emul,luerl_heap,
luerl_lib,luerl_lib_basic,luerl_lib_bit32,
luerl_lib_debug,luerl_lib_io,luerl_lib_math,
luerl_lib_os,luerl_lib_os_date,luerl_lib_package,
luerl_lib_string,luerl_lib_string_format,
luerl_lib_table,luerl_lib_utf8,luerl_new,luerl_old,
luerl_parse,luerl_sandbox,luerl_scan,luerl_sup,
luerl_util,ttdict,ttsets]},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{mod,{luerl_app,[]}},
{licenses,["Apache-2.0"]},
{links,[{"Github","https://github.com/rvirding/luerl"}]},
{files,["README.md","LICENSE","VERSION","src","doc",
"ebin/luerl.app","include","rebar.*","*akefile",
"*.escript"]},
{exclude_files,["priv/images/*"]}]}.
|