Current section

Files

Jump to
vent src vent.app.src
Raw

src/vent.app.src

{application,vent,
[{description,"PubSub event bus over AMQP for Erlang"},
{vsn,"0.3.2"},
{registered,[]},
{mod,{vent_app,[]}},
{applications,[kernel,stdlib,lager,folsom,jsone,backoff,
amqp_client]},
{env,[]},
{modules,[]},
{maintainers,["Dataloop.io"]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/dataloop/erl-vent"}]}]}.