2010-06-02 21:11:21 -07:00
|
|
|
{application, jsx,
|
|
|
|
[
|
|
|
|
{description, "a streaming, evented json parsing toolkit"},
|
2012-03-29 21:48:24 -07:00
|
|
|
{vsn, "1.1.2"},
|
2010-06-02 21:11:21 -07:00
|
|
|
{modules, [
|
|
|
|
jsx,
|
2011-10-21 18:16:16 -07:00
|
|
|
jsx_encoder,
|
2011-10-19 06:51:36 -07:00
|
|
|
jsx_decoder,
|
2011-11-28 17:30:55 -08:00
|
|
|
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,
|
2012-03-06 20:24:12 -08:00
|
|
|
stdlib,
|
|
|
|
nicedecimal
|
2010-06-02 21:11:21 -07:00
|
|
|
]},
|
|
|
|
{env, []}
|
|
|
|
]}.
|