jsx/src/jsx.app.src

22 lines
385 B
Text
Raw Normal View History

2010-06-02 21:11:21 -07:00
{application, jsx,
[
{description, "a streaming, evented json parsing toolkit"},
2015-09-17 15:26:14 -05:00
{vsn, "2.7.2"},
2010-06-02 21:11:21 -07:00
{modules, [
jsx,
jsx_encoder,
jsx_decoder,
jsx_parser,
jsx_to_json,
jsx_to_term,
2013-03-06 01:37:08 -08:00
jsx_config,
2012-03-02 22:59:51 -08:00
jsx_verify
2010-06-02 21:11:21 -07:00
]},
{registered, []},
{applications, [
kernel,
2012-04-04 18:41:55 -07:00
stdlib
2010-06-02 21:11:21 -07:00
]},
{env, []}
]}.