rebar.config 174 B

123456
  1. {cache,"~/.mad/repos"}.
  2. {sub_dirs,["apps"]}.
  3. {deps_dir,"deps"}.
  4. {deps, [
  5. {getopt, ".*", {git, "git://github.com/jcomellas/getopt.git", {tag, "v0.8.2"}}}
  6. ]}.