-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 717 Bytes
/
Copy path.gitmodules
File metadata and controls
24 lines (24 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[submodule "thirdparty/sajson"]
path = thirdparty/sajson
url = https://github.com/chadaustin/sajson
branch = master
[submodule "thirdparty/rapidjson"]
path = thirdparty/rapidjson
url = https://github.com/Tencent/rapidjson/
branch = master
[submodule "thirdparty/json"]
path = thirdparty/json
url = https://github.com/nlohmann/json
branch = master
[submodule "thirdparty/gason"]
path = thirdparty/gason
url = https://github.com/cppchedy/gason
branch = master
[submodule "thirdparty/simdjson"]
path = thirdparty/simdjson
url = https://github.com/cppchedy/simdjson
branch = master
[submodule "thirdparty/benchmark"]
path = thirdparty/benchmark
url = https://github.com/google/benchmark
branch = master