-
Notifications
You must be signed in to change notification settings - Fork 3
/
rebar.config
17 lines (16 loc) · 994 Bytes
/
rebar.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{sub_dirs,["apps"]}.
{lib_dirs,["apps","deps"]}.
{deps_dir,"deps"}.
{deps, [
{erlydtl,".*", {git, "git://github.com/evanmiller/erlydtl", {tag, "0.8.0"} }},
{cowboy, ".*", {git, "git://github.com/extend/cowboy", {tag, "1.0.1"} }},
{gproc, ".*", {git, "git://github.com/uwiger/gproc.git", {tag, "0.3"} }},
{fs, ".*", {git, "git://github.com/synrc/fs", {tag, "1.9"} }},
{sh, ".*", {git, "git://github.com/synrc/sh", {tag, "1.9"} }},
{mad, ".*", {git, "git://github.com/synrc/mad", {tag, "1.9"} }},
{active, ".*", {git, "git://github.com/synrc/active", {tag, "1.9"} }},
{nitro, ".*", {git, "git://github.com/synrc/nitro", {tag, "0.9"} }},
{n2o, ".*", {git, "git://github.com/synrc/n2o", {tag, "2.9"} }},
{jsone, ".*", {git,"git://github.com/sile/jsone.git", {tag,"v0.3.3"} }},
{kvs, ".*", {git, "git://github.com/synrc/kvs", {tag, "2.9"} }}
]}.