File: luerl.app

package info (click to toggle)
erlang-luerl 1%3A1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,512 kB
  • sloc: erlang: 8,288; makefile: 207
file content (24 lines) | stat: -rw-r--r-- 1,383 bytes parent folder | download | duplicates (2)
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/*"]}]}.