Raw File
.gitmodules
[submodule "third-party/Catch"]
	path = third-party/Catch
	url = https://github.com/philsquared/Catch.git
	branch = v2.x
[submodule "third-party/Empirical"]
	path = third-party/Empirical
	url = https://github.com/devosoft/Empirical.git
	branch = master
	checkout = 109e5ceffbd672c4b18a3b8dd33589a3c8a24a1c
[submodule "third-party/force-cover"]
	path = third-party/force-cover
	url = https://github.com/emilydolson/force-cover.git
[submodule "third-party/emsdk"]
	path = third-party/emsdk
	url = https://github.com/emscripten-core/emsdk.git
[submodule "third-party/signalgp-lite"]
	path = third-party/signalgp-lite
	url = https://github.com/mmore500/signalgp-lite.git
	branch = master
back to top