.gitmodules 548 B

1234567891011121314151617
  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/c-algorithms"]
  13. path = ext/c-algorithms
  14. url = https://github.com/fragglet/c-algorithms.git
  15. [submodule "ext/collections-c"]
  16. path = ext/collections-c
  17. url = https://github.com/srdja/Collections-C.git