added .app file
This commit is contained in:
parent
ef30957c08
commit
403e2f53bb
1 changed files with 19 additions and 0 deletions
19
ebin/jsx.app
Normal file
19
ebin/jsx.app
Normal file
|
@ -0,0 +1,19 @@
|
|||
{application, jsx,
|
||||
[
|
||||
{description, "a streaming, evented json parsing toolkit"},
|
||||
{vsn, "0.0.1"},
|
||||
{modules, [
|
||||
jsx,
|
||||
jsx_utf8,
|
||||
jsx_utf16,
|
||||
jsx_utf16le,
|
||||
jsx_utf32,
|
||||
jsx_utf32le
|
||||
]},
|
||||
{registered, []},
|
||||
{applications, [
|
||||
kernel,
|
||||
stdlib
|
||||
]},
|
||||
{env, []}
|
||||
]}.
|
Loading…
Add table
Add a link
Reference in a new issue