.gitmodules 484 B

1234567891011121314151617
  1. [submodule "ext/xxHash"]
  2. path = ext/xxHash
  3. url = https://github.com/Cyan4973/xxHash.git
  4. branch = release
  5. [submodule "ext/uuid4"]
  6. path = ext/uuid4
  7. url = https://github.com/rxi/uuid4.git
  8. [submodule "ext/openldap"]
  9. path = ext/openldap
  10. url = https://git.openldap.org/openldap/openldap.git
  11. branch = mdb.RE/0.9
  12. [submodule "ext/uthash"]
  13. path = ext/uthash
  14. url = https://github.com/troydhanson/uthash.git
  15. [submodule "ext/log"]
  16. path = ext/log
  17. url = https://github.com/rxi/log.c.git