Packages

STOMP messaging protocol client for Erlang

Current section

Files

Jump to
stomp src stomp.app.src
Raw

src/stomp.app.src

{application,stomp,
[{description,"STOMP messaging protocol client for Erlang"},
{vsn,"0.1.0"},
{modules,[]},
{registered,[]},
{applications,[kernel,stdlib]},
{licenses,["MIT"]},
{links,[{"GitHub",
"https://github.com/igb/Erlang-STOMP-Client"}]}]}.