forked from ErlyORM/boss_db
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rebar.config
14 lines (14 loc) · 1002 Bytes
/
rebar.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{erl_opts, [debug_info]}.
{deps, [
{aleppo, ".*", {git, "git://github.com/evanmiller/aleppo.git", {tag, "bef139e4c7"}}},
{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, "1.3.0"}}},
{tiny_pq, ".*", {git, "git://github.com/evanmiller/tiny_pq", {tag, "HEAD"}}},
{uuid, ".*", {git, "git://gitorious.org/avtobiff/erlang-uuid.git", "master"}}
]}.