Packages
kirala_l4u
0.1.1
An embedded lisp interpreter based on the gleam implementation of MAL lisp.
Current section
Files
Jump to
Current section
Files
src/kirala_l4u.app.src
{application, kirala_l4u, [
{vsn, "0.1.1"},
{applications, [bbmustache,
gleam_bbmustache,
gleam_stdlib,
hex_core,
jsone,
qdate]},
{description, "An embedded lisp interpreter based on the gleam implementation of MAL lisp."},
{modules, [examples@l4u@test_l4u,
gleam_bridge,
kirala_l4u,
l4u@bbmustache_js,
l4u@bif_datetime,
l4u@bif_file,
l4u@bif_lib,
l4u@bif_std,
l4u@bif_string,
l4u@bif_template,
l4u@l4u,
l4u@l4u_core,
l4u@l4u_obj,
l4u@l4u_type,
l4u@l4u_util,
l4u@plist,
l4u@sys_bridge,
l4u@union_term]},
{registered, []}
]}.