forked from m-2k/erlach
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrebar.config
23 lines (22 loc) · 1.31 KB
/
rebar.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{sub_dirs,["apps"]}.
{lib_dirs,["apps","deps"]}.
{deps_dir,"deps"}.
{deps, [
{mad, ".*", {git, "git://github.com/synrc/mad", {tag, "master"} }},
{erlydtl,".*", {git, "git://github.com/evanmiller/erlydtl", {tag, "0.8.0"} }},
{gproc, ".*", {git, "git://github.com/uwiger/gproc.git", {tag, "0.3"} }},
{fs, ".*", {git, "git://github.com/synrc/fs", {tag, "0.9"} }},
{sh, ".*", {git, "git://github.com/synrc/sh", {tag, "0.9"} }},
% {kjell, ".*", {git, "git://github.com/karlll/kjell", {tag, "master"} }},
{active, ".*", {git, "git://github.com/synrc/active", {tag, "master"} }},
{rest, ".*", {git, "git://github.com/synrc/rest", {tag, "1.5.0"} }},
{kvs, ".*", {git, "git://github.com/synrc/kvs", {tag, "2.1"} }},
{n2o, ".*", {git, "git://github.com/5HT/n2o", {tag, "master"} }},
{markdown, ".*", {git, "git://github.com/erlware/erlmarkdown", {tag, "master"} }},
% {elib_gd, ".*", {git, "git://github.com/m-2k/elib_gd", {tag, "master"} }},
{uuid, ".*", {git, "git://github.com/okeuday/uuid.git", {tag, "v1.3.0"} }},
{emagick, ".*", {git, "git://github.com/kivra/emagick", {tag, "master"} }}
]}.
%{shell_driver,start_kjell}.
{fetch_speed,fast_master}.
{verbose,1}.