forked from nitrogen/NitrogenProject.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrebar.config
More file actions
22 lines (17 loc) · 1.13 KB
/
rebar.config
File metadata and controls
22 lines (17 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
% vim: sw=4 ts=4 et ft=erlang
{require_otp_vsn, "R13B04|R14|R15|R16"}.
{cover_enabled, true}.
{erl_opts, [debug_info, fail_on_warning]}.
{lib_dirs, ["deps"]}.
{deps, [
{mochiweb, "2.*", {git, "git://github.com/mochi/mochiweb.git", {tag, "v2.7.0"}}},
{useragent, ".*", {git, "git://github.com/ferd/useragent", {branch, master}}},
{nitrogen_core, "2\..*", {git, "git://github.com/nitrogen/nitrogen_core", {branch, master}}},
{nprocreg, "0\..*", {git, "git://github.com/nitrogen/nprocreg", {branch, master}}},
{simple_bridge, "1\..*", {git, "git://github.com/nitrogen/simple_bridge", {branch, master}}},
{sync, "0\..*", {git, "git://github.com/choptastic/sync", {branch, master}}}
%% {nitrogen_core, "2.1.*", {git, "git://github.com/nitrogen/nitrogen_core", {tag, "v2.1.0"}}},
%% {nprocreg, "0.2.*", {git, "git://github.com/nitrogen/nprocreg", {tag, "v0.2.0"}}},
%% {simple_bridge, "1.2.*", {git, "git://github.com/nitrogen/simple_bridge", {tag, "v1.2.0"}}},
%% {sync, "0.1.*", {git, "git://github.com/rustyio/sync", {tag, "v0.1.0"}}}
]}.