File: .gitmodules

package info (click to toggle)
mstch 1.0.2-7
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 960 kB
  • sloc: cpp: 1,443; sh: 17; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 496 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[submodule "vendor/Catch"]
	path = vendor/Catch
	url = https://github.com/philsquared/Catch.git
[submodule "vendor/spec"]
	path = vendor/spec
	url = https://github.com/mustache/spec.git
[submodule "vendor/benchmark"]
	path = vendor/benchmark
	url = https://github.com/google/benchmark.git
[submodule "vendor/headerize"]
	path = vendor/headerize
	url = https://github.com/no1msd/headerize.git
[submodule "vendor/rapidjson"]
	path = vendor/rapidjson
	url = https://github.com/miloyip/rapidjson.git