2015-11-02 08:43:38 +00:00
|
|
|
{require_otp_vsn, "17|18"}.
|
2015-04-09 03:16:58 +00:00
|
|
|
|
2015-03-31 07:46:03 +00:00
|
|
|
%%% {erl_opts, [warnings_as_errors, {parse_transform, lager_transform}, debug_info]}.
|
|
|
|
{erl_opts, [{parse_transform, lager_transform}, debug_info]}.
|
2015-04-08 05:24:07 +00:00
|
|
|
{edoc_opts, [{dir, "./edoc"}]}.
|
2015-03-31 07:46:03 +00:00
|
|
|
|
|
|
|
{deps, [
|
2015-12-03 07:48:23 +00:00
|
|
|
{cuttlefish, ".*", {git, "git://github.com/basho/cuttlefish.git", {branch, "develop"}}},
|
|
|
|
{eleveldb, ".*", {git, "git://github.com/basho/eleveldb.git", {branch, "develop"}}},
|
2015-10-08 20:48:04 +00:00
|
|
|
{lager, ".*", {git, "git://github.com/basho/lager.git", {tag, "2.2.0"}}},
|
2015-09-08 10:13:03 +00:00
|
|
|
{protobuffs, "0.8.*", {git, "git://github.com/basho/erlang_protobuffs.git", {tag, "0.8.1p4"}}},
|
2015-10-15 15:27:10 +00:00
|
|
|
{riak_dt, ".*", {git, "git://github.com/basho/riak_dt.git", {branch, "develop"}}},
|
|
|
|
{node_package, ".*", {git, "git://github.com/basho/node_package.git", {branch, "develop"}}},
|
2015-10-19 07:41:03 +00:00
|
|
|
{eper, ".*", {git, "git://github.com/basho/eper.git", {tag, "0.92-basho1"}}},
|
2015-10-14 08:37:04 +00:00
|
|
|
{cluster_info, ".*", {git, "git://github.com/basho/cluster_info", {branch, "develop"}}}
|
2015-03-31 07:46:03 +00:00
|
|
|
]}.
|
|
|
|
|
2015-10-15 15:27:10 +00:00
|
|
|
{sub_dirs, ["rel", "apps/machi"]}.
|
|
|
|
{lib_dirs, ["apps/machi"]}.
|