-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitmodules
69 lines (69 loc) · 2.36 KB
/
.gitmodules
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[submodule "build"]
path = build
url = ../../Loki-Astari/ThorMaker.git
[submodule "thirdparty/ArduinoJson"]
path = thirdparty/ArduinoJson
url = https://github.com/bblanchon/ArduinoJson.git
[submodule "thirdparty/Configuru"]
path = thirdparty/Configuru
url = https://github.com/emilk/Configuru.git
[submodule "thirdparty/Jzon"]
path = thirdparty/Jzon
url = https://github.com/Zguy/Jzon.git
[submodule "thirdparty/cJSON"]
path = thirdparty/cJSON
url = https://github.com/DaveGamble/cJSON.git
[submodule "thirdparty/ccan"]
path = thirdparty/ccan
url = https://github.com/rustyrussell/ccan.git
[submodule "thirdparty/jsmn"]
path = thirdparty/jsmn
url = https://github.com/zserge/jsmn.git
[submodule "thirdparty/json-c"]
path = thirdparty/json-c
url = https://github.com/json-c/json-c.git
[submodule "thirdparty/json-voorhees"]
path = thirdparty/json-voorhees
url = https://github.com/tgockel/json-voorhees.git
[submodule "thirdparty/jsoncons"]
path = thirdparty/jsoncons
url = https://github.com/danielaparker/jsoncons.git
[submodule "thirdparty/jsoncpp"]
path = thirdparty/jsoncpp
url = https://github.com/open-source-parsers/jsoncpp.git
[submodule "thirdparty/jsonxx"]
path = thirdparty/jsonxx
url = https://github.com/hjiang/jsonxx.git
[submodule "thirdparty/nlohmann"]
path = thirdparty/nlohmann
url = https://github.com/nlohmann/json.git
[submodule "thirdparty/picojson"]
path = thirdparty/picojson
url = https://github.com/kazuho/picojson.git
[submodule "thirdparty/rapidjson"]
path = thirdparty/rapidjson
url = https://github.com/miloyip/rapidjson.git
[submodule "thirdparty/sajson"]
path = thirdparty/sajson
url = https://github.com/chadaustin/sajson.git
[submodule "thirdparty/udb-jsason-parser"]
path = thirdparty/udb-jsason-parser
url = https://github.com/udp/json-parser.git
[submodule "thirdparty/udb-json-builder"]
path = thirdparty/udb-json-builder
url = https://github.com/udp/json-builder.git
[submodule "thirdparty/ThorsMongo"]
path = thirdparty/ThorsMongo
url = ../../Loki-Astari/ThorsMongo.git
[submodule "thirdparty/Jsonifier"]
path = thirdparty/Jsonifier
url = https://github.com/RealTimeChris/Jsonifier
branch = dev
[submodule "thirdparty/glaze"]
path = thirdparty/glaze
url = https://github.com/StephenBerry/glaze
branch = main
[submodule "thirdparty/simdjson"]
path = thirdparty/simdjson
url = https://github.com/simdjson/simdjson
branch = master