-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
36 lines (36 loc) · 1.2 KB
/
.gitmodules
File metadata and controls
36 lines (36 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[submodule "thirdparty/re2"]
path = thirdparty/re2
url = git@github.com:kinling9/re2.git
[submodule "thirdparty/abseil-cpp"]
path = thirdparty/abseil-cpp
url = https://github.com/abseil/abseil-cpp.git
[submodule "rpt"]
path = rpt
url = git@github.com:kinling9/slack_tools_rpts.git
[submodule "thirdparty/argparse"]
path = thirdparty/argparse
url = https://github.com/p-ranav/argparse.git
[submodule "thirdparty/yaml-cpp"]
path = thirdparty/yaml-cpp
url = https://github.com/jbeder/yaml-cpp.git
[submodule "thirdparty/fmt"]
path = thirdparty/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "thirdparty/json"]
path = thirdparty/json
url = https://github.com/nlohmann/json.git
[submodule "configs"]
path = configs
url = git@github.com:kinling9/slack_tools_config.git
[submodule "thirdparty/csv-parser"]
path = thirdparty/csv-parser
url = https://github.com/vincentlaucsb/csv-parser.git
[submodule "pta_predict_model"]
path = pta_predict_model
url = git@github.com:kinling9/pta_predict_model.git
[submodule "thirdparty/yyjson"]
path = thirdparty/yyjson
url = https://github.com/ibireme/yyjson.git
[submodule "thirdparty/csv2"]
path = thirdparty/csv2
url = https://github.com/p-ranav/csv2.git