2010-06-02 21:11:21 -07:00
|
|
|
{application, jsx,
|
|
|
|
[
|
|
|
|
{description, "a streaming, evented json parsing toolkit"},
|
2010-09-22 23:06:11 -07:00
|
|
|
{vsn, "0.9.0"},
|
2010-06-02 21:11:21 -07:00
|
|
|
{modules, [
|
|
|
|
jsx,
|
2011-07-17 00:37:59 -07:00
|
|
|
jsx_encoder,
|
2010-06-02 21:11:21 -07:00
|
|
|
jsx_utf8,
|
|
|
|
jsx_utf16,
|
|
|
|
jsx_utf16le,
|
|
|
|
jsx_utf32,
|
2010-08-03 14:16:56 -07:00
|
|
|
jsx_utf32le,
|
2011-07-04 16:34:14 -07:00
|
|
|
jsx_eep0018,
|
|
|
|
jsx_format,
|
|
|
|
jsx_verify,
|
|
|
|
jsx_utils
|
2010-06-02 21:11:21 -07:00
|
|
|
]},
|
|
|
|
{registered, []},
|
|
|
|
{applications, [
|
|
|
|
kernel,
|
|
|
|
stdlib
|
|
|
|
]},
|
|
|
|
{env, []}
|
|
|
|
]}.
|