forked from ErlyORM/boss_db
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrebar.config
12 lines (12 loc) · 842 Bytes
/
rebar.config
1
2
3
4
5
6
7
8
9
10
11
12
{erl_opts, [debug_info]}.
{deps, [
{aleppo, ".*", {git, "git://github.com/evanmiller/aleppo.git", {tag, "1caff84da4"}}},
{bson, ".*", {git, "git://github.com/mongodb/bson-erlang.git", {tag, "adce0e94ab"}}},
{epgsql, ".*", {git, "git://github.com/wg/epgsql.git", {tag, "1.4"}}},
{erlmc, ".*", {git, "git://github.com/bipthelin/erlmc.git", {tag, "HEAD"}}},
{medici, ".*", {git, "git://github.com/evanmiller/medici.git", {branch, "rebarify"}}},
{mongodb, ".*", {git, "git://github.com/mongodb/mongodb-erlang.git", {tag, "e5e20a0cbd"}}},
{mysql, ".*", {git, "git://github.com/dizzyd/erlang-mysql-driver.git", {tag, "16cae84b5e"}}},
{poolboy, ".*", {git, "git://github.com/devinus/poolboy.git", {tag, "855802e0cc"}}},
{riakc, ".*", {git, "git://github.com/basho/riak-erlang-client", {tag, "01a2d3770a"}}}
]}.