hanoidb/rebar.config

15 lines
648 B
Text
Raw Normal View History

2012-01-04 14:05:31 +00:00
{cover_enabled, true}.
%% define 'PROPER' in stead if you must...
{erl_opts, [debug_info,{d,'TRIQ',true}]}.
2012-01-04 14:05:31 +00:00
{deps, [
2012-01-04 14:36:52 +00:00
{plain_fsm, "1.1.*", {git, "git://github.com/uwiger/plain_fsm", {branch, "master"}}},
{ebloom, "1.0.*", {git, "git://github.com/eriksoe/ebloom.git", {branch, "master"}}},
2012-01-06 20:22:41 +00:00
{basho_bench, ".*", {git, "git://github.com/basho/basho_bench.git", {branch, "master"}}},
{triq, ".*", {git, "git://github.com/krestenkrab/triq.git", {branch, "master"}}},
2012-01-06 20:22:41 +00:00
{proper, ".*", {git, "git://github.com/manopapad/proper.git",
{branch, "master"}}}
2012-01-04 14:05:31 +00:00
]}.