Current section

Files

Jump to
mqtree src mqtree.app.src
Raw

src/mqtree.app.src

{application,mqtree,
[{description,"Index tree for MQTT topic filters"},
{vsn,"1.0.5"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{files,["src/","c_src/*.c","c_src/*.h","rebar.config",
"rebar.config.script","README.md","LICENSE"]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/processone/mqtree"}]}]}.