PageRenderTime 111ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/rebar.config

http://github.com/AF83/ucengine
Unknown | 14 lines | 10 code | 4 blank | 0 comment | 0 complexity | ef914995a8a75410f3a9dd54f4c0d519 MD5 | raw file
  1. {erl_opts, [debug_info, fail_on_warning]}.
  2. {require_otp_vsn, "R14"}.
  3. {cover_enabled, true}.
  4. {sub_dirs, ["rel", "ucengine"]}.
  5. {deps, [
  6. {'gproc', ".*", {git, "git://github.com/uwiger/gproc.git", {tag, "v0.2.7"}}},
  7. {'ibrowse', ".*", {git, "git://github.com/cmullaparthi/ibrowse.git", {tag, "v2.2.0"}}},
  8. {'emongo', ".*", {git, "git://github.com/AF83/emongo.git", {branch, "bson_null"}}},
  9. {'metrics', ".*", {git, "git://github.com/athoune/metrics.git", {tag, "v0.4.2"}}}
  10. ]}.