-
Notifications
You must be signed in to change notification settings - Fork 110
Expand file tree
/
Copy path.gitmodules
More file actions
43 lines (43 loc) · 1.35 KB
/
.gitmodules
File metadata and controls
43 lines (43 loc) · 1.35 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
37
38
39
40
41
42
43
[submodule "third-party/zlib"]
path = third-party/zlib
url = https://github.com/madler/zlib.git
[submodule "third-party/pcre2"]
path = third-party/pcre2
url = https://github.com/PCRE2Project/pcre2.git
[submodule "third-party/openssl"]
path = third-party/openssl
url = https://github.com/VKCOM/openssl.git
branch = debian/buster
[submodule "third-party/curl"]
path = third-party/curl
url = https://github.com/VKCOM/curl.git
branch = dpkg-build-7.60.0
[submodule "third-party/nghttp2"]
path = third-party/nghttp2
url = https://github.com/VKCOM/nghttp2.git
branch = buster
[submodule "third-party/zstd"]
path = third-party/zstd
url = https://github.com/VKCOM/libzstd.git
branch = master
[submodule "third-party/re2"]
path = third-party/re2
url = https://github.com/VKCOM/re2.git
[submodule "third-party/pcre"]
path = third-party/pcre
url = https://github.com/VKCOM/PCRE.git
branch = debian/buster
[submodule "third-party/uber-h3"]
path = third-party/uber-h3
url = https://github.com/VKCOM/uber-h3.git
branch = master
[submodule "third-party/timelib"]
path = third-party/timelib
url = https://github.com/VKCOM/timelib.git
branch = master
[submodule "third-party/yaml-cpp"]
path = third-party/yaml-cpp
url = https://github.com/jbeder/yaml-cpp.git
[submodule "third-party/numactl"]
path = third-party/numactl
url = https://github.com/numactl/numactl.git