-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.gitmodules
45 lines (45 loc) · 1.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
[submodule "deps/libuv"]
path = deps/libuv
url = https://github.com/libuv/libuv.git
[submodule "deps/http-parser"]
path = deps/http-parser
url = https://github.com/nodejs/http-parser.git
[submodule "deps/abseil-cpp"]
path = deps/abseil-cpp
url = https://github.com/abseil/abseil-cpp.git
[submodule "deps/json"]
path = deps/json
url = https://github.com/nlohmann/json.git
[submodule "deps/nghttp2"]
path = deps/nghttp2
url = https://github.com/nghttp2/nghttp2.git
[submodule "deps/GSL"]
path = deps/GSL
url = https://github.com/microsoft/GSL.git
[submodule "deps/fmt"]
path = deps/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "deps/pybind11"]
path = deps/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "deps/liburing"]
path = deps/liburing
url = https://github.com/axboe/liburing.git
[submodule "deps/protobuf"]
path = deps/protobuf
url = https://github.com/protocolbuffers/protobuf.git
[submodule "deps/rocksdb"]
path = deps/rocksdb
url = https://github.com/facebook/rocksdb.git
[submodule "deps/xxHash"]
path = deps/xxHash
url = https://github.com/Cyan4973/xxHash
[submodule "deps/jemalloc"]
path = deps/jemalloc
url = https://github.com/jemalloc/jemalloc.git
[submodule "deps/zstd"]
path = deps/zstd
url = https://github.com/facebook/zstd.git
[submodule "deps/tkrzw"]
path = deps/tkrzw
url = https://github.com/estraier/tkrzw.git