rebar.config 765 B

1234567891011121314151617
  1. {deps, [{cowboy, ".*", {git, "git://github.com/voxoz/cowboy2", []}},
  2. {active, ".*", {git, "git://github.com/synrc/active", []}},
  3. {nitro, ".*", {git, "git://github.com/synrc/nitro", []}},
  4. {syn, ".*", {git, "git://github.com/ostinelli/syn", []}},
  5. {n2o, ".*", {git, "git://github.com/synrc/n2o", []}},
  6. {rocksdb,".*", {git, "git://github.com/enterprizing/rocksdb", []}},
  7. {kvs, ".*", {git, "git://github.com/synrc/kvs", []}}]}.
  8. {relx, [{release, {sample, "0.7.0"},[sample]},
  9. {dev_mode, false},
  10. {sys_config, "sys.config"},
  11. {vm_args, "vm.args"},
  12. {include_erts, true},
  13. {extended_start_script, true}]}.
  14. {shell,[{config, "sys.config"},
  15. {apps, [sample]}]}.