jsx/src/jsx.app.src
2011-07-17 20:55:54 -07:00

24 lines
416 B
Erlang

{application, jsx,
[
{description, "a streaming, evented json parsing toolkit"},
{vsn, "0.9.0"},
{modules, [
jsx,
jsx_encoder,
jsx_utf8,
jsx_utf16,
jsx_utf16le,
jsx_utf32,
jsx_utf32le,
jsx_eep0018,
jsx_format,
jsx_verify,
jsx_utils
]},
{registered, []},
{applications, [
kernel,
stdlib
]},
{env, []}
]}.