.gitmodules 434 B

1234567891011121314
  1. [submodule "ext/lmdb"]
  2. path = ext/lmdb
  3. url = https://github.com/LMDB/lmdb.git
  4. branch = stable
  5. [submodule "ext/tpl"]
  6. path = ext/tpl
  7. url = https://github.com/troydhanson/tpl.git
  8. branch = stable
  9. [submodule "ext/spookyhash"]
  10. path = ext/spookyhash
  11. url = https://github.com/centaurean/spookyhash.git
  12. [submodule "ext/collections-c"]
  13. path = ext/collections-c
  14. url = https://github.com/srdja/Collections-C.git