jsx/src/jsx.app.src

18 lines
299 B
Text
Raw Normal View History

2010-06-02 21:11:21 -07:00
{application, jsx,
[
{description, "a streaming, evented json parsing toolkit"},
{vsn, "0.10.0"},
2010-06-02 21:11:21 -07:00
{modules, [
jsx,
jsx_tokenizer,
jsx_scanner,
2011-07-04 16:34:14 -07:00
jsx_utils
2010-06-02 21:11:21 -07:00
]},
{registered, []},
{applications, [
kernel,
stdlib
]},
{env, []}
]}.