rebar.config 1.7 KB

12345678910111213141516171819202122232425262728293031323334
  1. {sub_dirs,["apps"]}.
  2. {lib_dirs,["apps","deps"]}.
  3. {deps_dir,"deps"}.
  4. {deps, [
  5. {gproc, ".*", {git, "https://git.4dev.win/n4u/gproc.git", {tag, "0.6.1"}}},
  6. %{syn, ".*", {git, "https://git.4dev.win/n4u/syn.git", {tag, "1.1.0"}}},
  7. {jsone, ".*", {git, "https://git.4dev.win/n4u/jsone.git", {tag, "1.4.7"} }},
  8. {erlydtl, ".*", {git, "https://git.4dev.win/n4u/erlydtl.git", {tag, "0.8.0"}}},
  9. {nitro, ".*", {git, "https://git.4dev.win/n4u/nitro.git", {tag, "2.4"} }},
  10. {fs, ".*", {git, "https://git.4dev.win/n4u/fs.git", {tag, "1.9"} }},
  11. {active, ".*", {git, "https://git.4dev.win/n4u/active.git", {tag, "1.9"} }},
  12. {sh, ".*", {git, "https://git.4dev.win/n4u/sh.git", {tag, "1.9-erl19"} }},
  13. {cowlib, ".*", {git, "https://git.4dev.win/n4u/cowlib.git", {tag, "1.0.0"} }},
  14. {ranch, ".*", {git, "https://git.4dev.win/n4u/ranch.git", {tag, "1.0.0"} }},
  15. {cowboy, ".*", {git, "https://git.4dev.win/n4u/cowboy.git", {tag, "1.0.1"} }},
  16. {n2o, ".*", {git, "https://git.4dev.win/n4u/n4u.git", {tag, "4.4"} }},
  17. {rest, ".*", {git, "https://git.4dev.win/n4u/rest.git", {tag, "2.9"} }},
  18. {mad, ".*", {git, "https://git.4dev.win/n4u/mad.git", {tag, "1.9-erl19"} }},
  19. {kvs, ".*", {git, "https://git.4dev.win/n4u/kvs.git", {tag, "3.9.1"}}},
  20. {oauth, ".*", {git, "https://git.4dev.win/n4u/erlang-oauth.git", {tag, "v1.6.0"} }},
  21. {avz, ".*", {git, "https://git.4dev.win/n4u/avz.git", {branch, "4.4-branch"} }}
  22. ]}.
  23. {fetch_speed,fast_master}.
  24. {verbose,1}.