.gitmodules 875 B

123456789101112131415161718192021222324252627282930313233
  1. [submodule "ext/xxHash"]
  2. path = ext/xxHash
  3. url = https://github.com/Cyan4973/xxHash.git
  4. branch = release
  5. shallow = true
  6. [submodule "ext/uuid4"]
  7. path = ext/uuid4
  8. url = https://github.com/rxi/uuid4.git
  9. shallow = true
  10. [submodule "ext/openldap"]
  11. path = ext/openldap
  12. url = https://git.openldap.org/openldap/openldap.git
  13. branch = mdb.RE/0.9
  14. shallow = true
  15. [submodule "ext/uthash"]
  16. path = ext/uthash
  17. url = https://github.com/troydhanson/uthash.git
  18. shallow = true
  19. [submodule "ext/log"]
  20. path = ext/log
  21. url = https://github.com/rxi/log.c.git
  22. shallow = true
  23. [submodule "ext/tpl"]
  24. path = ext/tpl
  25. url = https://github.com/troydhanson/tpl.git
  26. shallow = true
  27. [submodule "ext/re2c"]
  28. path = ext/re2c
  29. url = https://github.com/skvadrik/re2c.git
  30. shallow = true
  31. [submodule "ext/hashmap"]
  32. path = ext/hashmap
  33. url = https://github.com/tidwall/hashmap.c