Packages

Erlang implementation of ZeroMQ Transport Protocol (ZMTP)

Current section

Files

Jump to
chumak src chumak.app.src
Raw

src/chumak.app.src

{application,chumak,
[{description,"Erlang implementation of ZeroMQ Transport Protocol (ZMTP)"},
{vsn,"1.1.3"},
{registered,[]},
{mod,{chumak,[]}},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{maintainers,["Andriy Drozdyuk"]},
{licenses,["MPLv2"]},
{links,[{"Github","https://github.com/chovencorp/chumak"}]}]}.