rebar.config 1.2 KB

1234567891011121314151617181920
  1. {sub_dirs,["apps"]}.
  2. {lib_dirs,["apps","deps"]}.
  3. {deps_dir,"deps"}.
  4. {deps, [
  5. {gproc, ".*", {git, "git://github.com/221V/gproc_0.6.1", {tag, "master"} }},
  6. %{syn, ".*", {git, "git://github.com/221V/syn_1.1.0", {tag, "master"} }},
  7. {rest, ".*", {git, "git://github.com/221V/rest_2.9", {tag, "master"} }},
  8. {erlydtl,".*", {git, "git://github.com/221V/erlydtl_0.8.0", {tag, "master"} }},
  9. {nitro, ".*", {git, "git://github.com/221V/nitro_2.4", {tag, "master"} }},
  10. {mad, ".*", {git, "git://github.com/221V/mad_1.9", {tag, "master"} }},
  11. {fs, ".*", {git, "git://github.com/221V/fs", {tag, "1.9"} }},
  12. {sh, ".*", {git, "git://github.com/221V/sh_1.9", {tag, "master"} }},
  13. {active, ".*", {git, "git://github.com/221V/active_1.9", {tag, "master"} }},
  14. {avz, ".*", {git, "git://github.com/221V/avz", {tag, "4.4"} }},
  15. {cowboy, ".*", {git, "git://github.com/221V/cowboy_1.0.1", {tag, "master"} }},
  16. {n2o, ".*", {git, "git://github.com/221V/n2o_4.4", {tag, "master"} }},
  17. {kvs, ".*", {git, "git://github.com/221V/kvs", {tag, "3.9.1"} }}
  18. ]}.
  19. {fetch_speed,fast_master}.
  20. {verbose,1}.