Advertisement
zamotivator

Untitled

Feb 8th, 2015
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Erlang 1.04 KB | None | 0 0
  1. {deps_dir, "deps"}.
  2. {erl_opts, [debug_info, warn_export_all, warn_export_vars, warn_shadow_vars, warn_obsolete_guard, {parse_transform, lager_transform}]}.
  3. {deps,
  4.  [
  5.   {cowboy,    ".*", {git, "https://github.com/ninenines/cowboy",      {tag,    "1.0.x"       }}},
  6.   {ecoveralls,",*", {git, "https://github.com/nifoc/ecoveralls",      {branch, "development" }}},
  7.   {epgsql,    ".*", {git, "https://github.com/wg/epgsql",             {branch, "master"      }}},
  8.   {gproc,     ".*", {git, "https://github.com/uwiger/gproc",          {branch, "master"      }}},
  9.   {jsx,       ".*", {git, "https://github.com/talentdeficit/jsx",     {branch, "develop"     }}},
  10.   {lager,     ".*", {git, "https://github.com/basho/lager",           {branch, "master"      }}},
  11.   {mimetypes, ".*", {git, "https://github.com/zamotivator/mimetypes", {branch, "patch-1"     }}},
  12.   {sync,      ".*", {git, "https://github.com/rustyio/sync.git",      {branch, "master"      }}},
  13.   {uuid,      ".*", {git, "https://github.com/avtobiff/erlang-uuid",  {branch, "master"      }}}
  14.  ]
  15. }.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement