Current section

Files

Jump to
mq rebar.config
Raw

rebar.config

{sub_dirs,["apps"]}.
{lib_dirs,["apps","deps","apps"]}.
{deps_dir,"deps"}.
{deps, [
{gproc,".*",{git,"https://github.com/uwiger/gproc",{tag,"0.6.1"}}},
{lager,".*",{git,"https://github.com/basho/lager",{tag,"3.2.4"}}},
{pbkdf2,".*",{git,"https://github.com/emqtt/pbkdf2","master"}},
{esockd,".*",{git,"https://github.com/voxoz/esockd","master"}},
{cowboy, ".*", {git, "git://github.com/extend/cowboy", {tag, "1.0.1"} }},
{rest, ".*", {git, "git://github.com/synrc/rest", {tag, "2.9"} }},
{erlydtl,".*", {git, "git://github.com/evanmiller/erlydtl", {tag, "0.8.0"} }},
{active, ".*", {git, "git://github.com/synrc/active", {tag, "1.9"} }},
{nitro, ".*", {git, "git://github.com/synrc/nitro", {tag, "master"} }},
{n2o,".*", {git, "git://github.com/synrc/n3o",{tag, "master"}}},
{mad,".*", {git, "git://github.com/synrc/mad",{tag, "master"}}},
{kvs,".*", {git, "git://github.com/synrc/kvs",{tag, "master"}}},
{mqttc,".*", {git, "git://github.com/emqtt/emqttc",{tag, "master"}}},
{mochiweb,".*",{git,"https://github.com/emqtt/mochiweb",""}},
{lager_syslog,".*",{git,"https://github.com/voxoz/lager_syslog","master"}}
]}.
{erl_opts, [{parse_transform,lager_transform}]}.