-
Notifications
You must be signed in to change notification settings - Fork 1
/
rebar.config
28 lines (23 loc) · 992 Bytes
/
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
24
25
26
27
28
{erl_opts, [
%% bin_opt_info,
warn_format,
warn_export_all,
warn_export_vars,
warn_obsolete_guard,
warn_unused_import,
warn_bif_clash,
%% warn_missing_spec,
warn_untyped_record,
{parse_transform, lager_transform}]}.
{require_otp_vsn, "R14|R15"}.
{deps, [
{lager, ".*", {git, "git://github.com/basho/lager.git", "master"}},
{gproc, ".*", {git, "git://github.com/esl/gproc.git", "master"}},
{ranch, ".*", {git, "git://github.com/extend/ranch.git", "master"}}
]}.
%% {lhttpc, ".*", {git, "git://github.com/esl/lhttpc.git", "master"}},
%% {meck, ".*", {git, "git://github.com/klaar/meck.git", "file-bif-passthrough"}},
%% {proper, ".*", {git, "git://github.com/manopapad/proper.git", "master"}},
%% {cowboy, ".*", {git, "git://github.com/extend/cowboy.git", "master"}},
%% {rlimit, ".*", {git, "git://github.com/jlouis/rlimit.git", "master"}}
%% ]}.