Current section

Files

Jump to
replayq src replayq.app.src
Raw

src/replayq.app.src

{application,replayq,
[{description,"A Disk Queue for Log Replay in Erlang"},
{vsn,"0.4.1"},
{registered,[replayq_sup,replayq_registry]},
{applications,[kernel,stdlib]},
{env,[]},
{mod,{replayq_app,[]}},
{modules,[]},
{licenses,["Apache 2.0"]},
{links,[{"GitHub","https://github.com/emqx/replayq"}]}]}.