-
Notifications
You must be signed in to change notification settings - Fork 28
/
rebar.config
17 lines (17 loc) · 1.06 KB
/
rebar.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{sub_dirs,["apps"]}.
{lib_dirs,["apps"]}.
{deps_dir,"deps"}.
{deps, [
{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, "master"} }},
{sh, ".*", {git, "git://github.com/synrc/sh", {tag, "master"} }},
{active, ".*", {git, "git://github.com/synrc/active", {tag, "master"} }},
{mad, ".*", {git, "git://github.com/synrc/mad", {tag, "master"} }},
{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.4.0"} }}
]}.