jsx/src/jsx.app.src

22 lines
385 B
Text
Raw Normal View History

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,
jsx_encoder,
jsx_decoder,
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,
stdlib,
nicedecimal
2010-06-02 21:11:21 -07:00
]},
{env, []}
]}.