Current section

Files

Jump to
ex src ex.app.src
Raw

src/ex.app.src

{application, ex,
[
{description, "EX Exchange"},
{vsn, "0.8.0"},
{registered, []},
{applications, [kernel,stdlib]},
{mod, { ex, []}},
{env, []}
]}.