.gitmodules 490 B

123456789101112131415161718
  1. [submodule "tcc"]
  2. path = tcc
  3. url = https://github.com/Tiny-C-Compiler/tinycc-mirror-repository.git
  4. [submodule "musl"]
  5. path = musl
  6. url = https://github.com/ifduyue/musl.git
  7. [submodule "qemacs"]
  8. path = qemacs
  9. url = https://github.com/qemacs/qemacs.git
  10. [submodule "toybox"]
  11. path = toybox
  12. url = https://github.com/landley/toybox.git
  13. [submodule "sbase"]
  14. path = sbase
  15. url = git://git.suckless.org/sbase
  16. [submodule "busybox"]
  17. path = busybox
  18. url = https://github.com/mirror/busybox.git