2010-06-02 21:11:21 -07:00
|
|
|
{application, jsx,
|
|
|
|
[
|
|
|
|
{description, "a streaming, evented json parsing toolkit"},
|
2012-01-31 21:27:04 -08:00
|
|
|
{vsn, "1.0rc"},
|
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,
|
|
|
|
jsx_utils,
|
|
|
|
jsx_verify
|
2010-06-02 21:11:21 -07:00
|
|
|
]},
|
|
|
|
{registered, []},
|
|
|
|
{applications, [
|
|
|
|
kernel,
|
|
|
|
stdlib
|
|
|
|
]},
|
|
|
|
{env, []}
|
|
|
|
]}.
|