rebar.config 1022 B

123456789101112131415161718
  1. {sub_dirs,["apps"]}.
  2. {lib_dirs,["apps","deps"]}.
  3. {deps_dir,"deps"}.
  4. {deps, [
  5. {gproc, ".*", {git, "git://github.com/uwiger/gproc", {tag, "0.6.1"}}},
  6. {rest, ".*", {git, "git://github.com/synrc/rest", {tag, "2.9"} }},
  7. {erlydtl,".*", {git, "git://github.com/evanmiller/erlydtl", {tag, "0.8.0"}}},
  8. {nitro, ".*", {git, "git://github.com/synrc/nitro", {tag, "2.4"} }},
  9. {mad, ".*", {git, "git://github.com/synrc/mad", {tag, "1.9"} }},
  10. {fs, ".*", {git, "git://github.com/synrc/fs", {tag, "1.9"} }},
  11. {sh, ".*", {git, "git://github.com/synrc/sh", {tag, "1.9"} }},
  12. {active, ".*", {git, "git://github.com/synrc/active", {tag, "1.9"} }},
  13. {avz, ".*", {git, "git://github.com/synrc/avz", {tag, "4.4"} }},
  14. {n2o, ".*", {git, "git://github.com/synrc/n2o", {tag, "4.4"} }},
  15. {kvs, ".*", {git, "git://github.com/synrc/kvs", {tag, "3.9.1"}}}
  16. ]}.
  17. {fetch_speed,fast_master}.
  18. {verbose,1}.