forked from medicalinformatics/SecureEpilinker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
27 lines (27 loc) · 814 Bytes
/
.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
[submodule "extern/ABY"]
path = extern/ABY
url = https://github.com/encryptogroup/ABY.git
[submodule "extern/json"]
path = extern/json
url = https://github.com/nlohmann/json.git
shallow = true
[submodule "extern/fmt"]
path = extern/fmt
url = https://github.com/fmtlib/fmt.git
shallow = true
[submodule "extern/valijson"]
path = extern/valijson
url = https://github.com/tristanpenman/valijson.git
ignore = dirty
[submodule "extern/restbed"]
path = extern/restbed
url = https://github.com/Corvusoft/restbed.git
[submodule "extern/cxxopts"]
path = extern/cxxopts
url = https://github.com/jarro2783/cxxopts.git
[submodule "extern/curlpp"]
path = extern/curlpp
url = https://github.com/jpbarrette/curlpp.git
[submodule "extern/spdlog"]
path = extern/spdlog
url = https://github.com/gabime/spdlog.git