.gitmodules 391 B

123456789101112131415
  1. [submodule "ext/uuid4"]
  2. path = ext/uuid4
  3. url = https://github.com/rxi/uuid4.git
  4. shallow = true
  5. [submodule "ext/log"]
  6. path = ext/log
  7. url = https://github.com/rxi/log.c.git
  8. shallow = true
  9. [submodule "ext/tpl"]
  10. path = ext/tpl
  11. url = https://github.com/troydhanson/tpl.git
  12. shallow = true
  13. [submodule "ext/hashmap"]
  14. path = ext/hashmap
  15. url = https://github.com/tidwall/hashmap.c