arangodb erlang数据库驱动
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

8 righe
319 B

  1. {erl_opts, [{i, "include"}]}.
  2. {edoc_opts, [{preprocess, true}]}.
  3. {deps, [
  4. {eVPack, {git, "http://192.168.0.88:53000/SisMaker/eVPack.git", {branch, master}}},
  5. {jiffy, {git, "https://github.com/davisp/jiffy.git", {tag, "1.0.5"}}}
  6. %% {jsx, {git, "https://github.com/talentdeficit/jsx.git", {tag, "v3.0.0"}}}
  7. ]}.