rebar.config 828 B

12345678910111213
  1. {erl_opts, [debug_info]}.
  2. {deps_dir,"deps"}.
  3. {erl_first_files, ["rest.erl"]}.
  4. {deps, [
  5. {n2o, ".*", {git, "https://git.4dev.win/n4u/n4u.git", {tag, "4.4"}}},
  6. %{kvs, ".*", {git, "https://git.4dev.win/n4u/kvs.git", {tag, "3.9.1-erl19"}}},
  7. %%{dec, ".*", {git, "git@github.com:erpuno/dec.git", {tag, "master"}}},
  8. %%{bpe, ".*", {git, "git@github.com:synrc/bpe.git", {tag, "master"}}},
  9. %%{erp, ".*", {git, "git@github.com:erpuno/erp.git", {tag, "master"}}},
  10. {jsone, ".*", {git, "https://git.4dev.win/n4u/jsone.git", {tag, "1.4.7"}}},
  11. %{syn, ".*", {git, "https://git.4dev.win/n4u/syn.git", {tag, "1.1.0"}}},
  12. %{cowboy, ".*", {git, "git@github.com:voxoz/cowboy2.git", {tag, "master"}}} %% todo add cowlib ranch
  13. ]}.