jsx/ebin/jsx.app

23 lines
395 B
Erlang

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