Current section

Files

Jump to
goldrush src goldrush.app.src
Raw

src/goldrush.app.src

{application, goldrush, [
{description, "Erlang event stream processor"},
{vsn, "0.1.6"},
{registered, []},
{applications, [kernel, stdlib, syntax_tools, compiler]},
{mod, {gr_app, []}},
{env, []}
]}.