valijson/.gitmodules

33 lines
1.0 KiB
Plaintext
Raw Normal View History

2022-08-30 01:41:15 +02:00
[submodule "thirdparty/picojson"]
path = thirdparty/picojson
2022-08-30 04:31:28 +02:00
url = https://github.com/tristanpenman/picojson.git
shallow = true
[submodule "thirdparty/rapidjson"]
path = thirdparty/rapidjson
2022-08-30 04:31:28 +02:00
url = https://github.com/Tencent/rapidjson.git
shallow = true
[submodule "thirdparty/nlohmann-json"]
path = thirdparty/nlohmann-json
url = https://github.com/nlohmann/json.git
shallow = true
2022-08-30 03:16:28 +02:00
[submodule "thirdparty/yaml-cpp"]
path = thirdparty/yaml-cpp
2022-08-30 04:31:28 +02:00
url = https://github.com/jbeder/yaml-cpp.git
shallow = true
2022-08-30 03:20:36 +02:00
[submodule "thirdparty/jsoncpp"]
path = thirdparty/jsoncpp
url = https://github.com/open-source-parsers/jsoncpp.git
shallow = true
2022-08-30 03:23:59 +02:00
[submodule "thirdparty/json11"]
path = thirdparty/json11
url = https://github.com/dropbox/json11.git
shallow = true
[submodule "thirdparty/googletest"]
path = thirdparty/googletest
url = https://github.com/google/googletest.git
shallow = true
[submodule "thirdparty/JSON-Schema-Test-Suite"]
path = thirdparty/JSON-Schema-Test-Suite
url = https://github.com/json-schema-org/JSON-Schema-Test-Suite.git
shallow = true