Current section
Files
Jump to
Current section
Files
src/lfe.app.src
{application,lfe,
[{description,"Lisp Flavored Erlang (LFE)"},
{vsn,"1.0.2"},
{modules,[cl,lfe,lfe_bits,lfe_codegen,lfe_comp,lfe_edlin_expand,
lfe_env,lfe_eval,lfe_gen,lfe_init,lfe_io,
lfe_io_format,lfe_io_pretty,lfe_io_write,lfe_lib,
lfe_lint,lfe_macro,lfe_macro_export,lfe_macro_include,
lfe_macro_record,lfe_ms,lfe_parse,lfe_pmod,lfe_qlc,
lfe_scan,lfe_shell,lfe_trans,lfescript]},
{registered,[]},
{applications,[kernel,stdlib,compiler]},
{maintainers,["Robert Virding"]},
{licenses,["Apache"]},
{links,[{"Github","https://github.com/rvirding/lfe"},
{"Main site","http://lfe.io/"},
{"Documentation","http://docs.lfe.io/"}]}]}.