File: .gitmodules

package info (click to toggle)
srpc 0.10.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,100 kB
  • sloc: cpp: 23,170; python: 10; makefile: 8; sh: 6
file content (11 lines) | stat: -rw-r--r-- 306 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
[submodule "workflow"]
	path = workflow
	url = https://github.com/sogou/workflow.git
[submodule "third_party/snappy"]
	path = third_party/snappy
	url = https://github.com/google/snappy
	branch = 1.1.9
[submodule "third_party/lz4"]
	path = third_party/lz4
	url = https://github.com/lz4/lz4
	branch = v1.9.3