-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrebar.config
More file actions
35 lines (31 loc) · 1.67 KB
/
Copy pathrebar.config
File metadata and controls
35 lines (31 loc) · 1.67 KB
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
29
30
31
32
33
34
35
%%-*- mode: erlang -*-
{sub_dirs, ["rel","deps","include"]}.
{deps, [
{lager, ".*", {git, "git://github.com/basho/lager.git", {tag, "2.0.3"}}},
{shamir, ".*", {git, "git://github.com/marksteele/shamir", "master"}},
{poolboy,".*",{git,"git://github.com/devinus/poolboy.git",{tag,"1.5.1"}}},
{jiffy, ".*", {git, "git://github.com/davisp/jiffy.git", "master"}},
{nacl,".*",{git,"git://github.com/marksteele/erlang-nacl.git","master"}},
{passwderl,".*",{git,"git://github.com/marksteele/passwderl.git","master"}},
{foldrerl,".*",{git,"git://github.com/marksteele/foldrerl.git","master"}},
{ocsperl,".*",{git,"git://github.com/marksteele/ocsperl.git","master"}},
{cache,".*",{git,"git://github.com/fogfish/cache.git",{tag,"1.0.1"}}},
{qdate,".*",{git,"git://github.com/choptastic/qdate.git",master}},
{exometer_core,".*",{git,"git://github.com/Feuerlabs/exometer_core.git","5fdd9426713a3c26cae32f644a3120711b1cdb64"}},
{riak_ensemble, ".*", {git, "git://github.com/basho/riak_ensemble", {branch,"develop"}}},
{perc, ".*", {git, "git://github.com/marksteele/perc.git", master}},
{ej, ".*", {git, "git://github.com/seth/ej.git", master}},
{getopt,".*",{git,"git://github.com/jcomellas/getopt.git",master}},
{cowboy, ".*", {git, "https://github.com/ninenines/cowboy", {tag, "1.0.4"}}},
{rebar_lock_deps_plugin, ".*",{git, "git://github.com/seth/rebar_lock_deps_plugin.git", {branch, "master"}}}
]}.
{erl_opts, [
warnings_as_errors,
fail_on_warning,
[native,{hipe,[o3]}],
debug_info,
{parse_transform, lager_transform}
]
}.
%% Plugin usage
{plugins, [rebar_lock_deps_plugin]}.