.gitmodules 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. [submodule "spuce"]
  2. path = spuce
  3. url = https://github.com/audiofilter/spuce.git
  4. branch = master
  5. [submodule "muparserx"]
  6. path = muparserx
  7. url = https://github.com/beltoforion/muparserx.git
  8. branch = master
  9. [submodule "poco"]
  10. path = poco
  11. url = https://github.com/pocoproject/poco.git
  12. branch = poco-1.7.8
  13. [submodule "plotters"]
  14. path = plotters
  15. url = https://github.com/pothosware/PothosPlotters.git
  16. branch = master
  17. [submodule "widgets"]
  18. path = widgets
  19. url = https://github.com/pothosware/PothosWidgets.git
  20. branch = master
  21. [submodule "flow"]
  22. path = flow
  23. url = https://github.com/pothosware/PothosFlow.git
  24. branch = master
  25. [submodule "soapy"]
  26. path = soapy
  27. url = https://github.com/pothosware/PothosSoapy.git
  28. branch = master
  29. [submodule "blocks"]
  30. path = blocks
  31. url = https://github.com/pothosware/PothosBlocks.git
  32. branch = master
  33. [submodule "python"]
  34. path = python
  35. url = https://github.com/pothosware/PothosPython.git
  36. branch = master
  37. [submodule "audio"]
  38. path = audio
  39. url = https://github.com/pothosware/PothosAudio.git
  40. branch = master
  41. [submodule "comms"]
  42. path = comms
  43. url = https://github.com/pothosware/PothosComms.git
  44. branch = master
  45. [submodule "libsimdpp"]
  46. path = libsimdpp
  47. url = https://github.com/p12tic/libsimdpp