Current section

Files

Jump to
snatch src snatch.app.src
Raw

src/snatch.app.src

{application,snatch,
[{description,"An Erlang Lightweight XMPP Client library"},
{vsn,"0.4.3"},
{registered,[]},
{applications,[kernel,stdlib,inets,p1_utils,fast_xml]},
{env,[]},
{mod,{snatch_app,[]}},
{maintainers,["Thiago Camargo","Manuel Rubio"]},
{licenses,["Apache License 2.1"]},
{links,[{"Github","https://github.com/manuel-rubio/snatch"}]}]}.