|
@@ -2,7 +2,16 @@
|
|
{lib_dirs,["apps"]}.
|
|
{lib_dirs,["apps"]}.
|
|
{deps_dir,"deps"}.
|
|
{deps_dir,"deps"}.
|
|
{deps, [
|
|
{deps, [
|
|
- {shen, ".*", {git, "git://github.com/5HT/shen", {tag,"1.5.0"}}},
|
|
|
|
- {active, ".*", {git, "git://github.com/synrc/active", {tag,"0.8"}}},
|
|
|
|
- {avz, ".*", {git, "git://github.com/synrc/avz", {tag,"1.4.0"}}}
|
|
|
|
|
|
+ {shen, ".*", {git, "git://github.com/5HT/shen", {tag, "1.5.0"} }},
|
|
|
|
+ {n2o, ".*", {git, "git://github.com/synrc/n2o", {tag, "1.8.0"} }},
|
|
|
|
+ {erlydtl,".*", {git, "git://github.com/evanmiller/erlydtl", {tag, "0.8.0"} }},
|
|
|
|
+ {cowboy, ".*", {git, "git://github.com/extend/cowboy", {tag, "0.9.0"} }},
|
|
|
|
+ {gproc, ".*", {git, "git://github.com/uwiger/gproc.git", {tag, "0.3"} }},
|
|
|
|
+ {fs, ".*", {git, "git://github.com/synrc/fs", {tag, "0.8"} }},
|
|
|
|
+ {sh, ".*", {git, "git://github.com/synrc/sh", {tag, "0.8"} }},
|
|
|
|
+ {active, ".*", {git, "git://github.com/synrc/active", {tag, "0.8"} }},
|
|
|
|
+ {mad, ".*", {git, "git://github.com/synrc/mad", {tag, "0.8"} }},
|
|
|
|
+ {rest, ".*", {git, "git://github.com/synrc/rest", {tag, "1.5.0"} }},
|
|
|
|
+ {kvs, ".*", {git, "git://github.com/synrc/kvs", {tag, "1.5.0"} }},
|
|
|
|
+ {avz, ".*", {git, "git://github.com/synrc/avz", {tag, "1.5.0"} }}
|
|
]}.
|
|
]}.
|