jsx/src/jsx.app.src

21 lines
364 B
Text
Raw Normal View History

2010-06-02 21:11:21 -07:00
{application, jsx,
[
{description, "a streaming, evented json parsing toolkit"},
{vsn, "1.0rc"},
2010-06-02 21:11:21 -07:00
{modules, [
jsx,
jsx_encoder,
jsx_decoder,
jsx_to_json,
jsx_to_term,
2012-03-02 22:59:51 -08:00
jsx_utils,
jsx_verify
2010-06-02 21:11:21 -07:00
]},
{registered, []},
{applications, [
kernel,
stdlib
]},
{env, []}
]}.