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