-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
executable file
·42 lines (42 loc) · 1.44 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
[submodule "submodules/antlr4"]
path = submodules/antlr4
url = https://github.com/antlr/antlr4
[submodule "submodules/date"]
path = submodules/date
url = https://github.com/HowardHinnant/date/
[submodule "submodules/json"]
path = submodules/json
url = https://github.com/nlohmann/json/
[submodule "submodules/magic_enum"]
path = submodules/magic_enum
url = https://github.com/Neargye/magic_enum
[submodule "submodules/httplib"]
path = submodules/httplib
url = https://github.com/yhirose/cpp-httplib
[submodule "submodules/yaucl"]
path = submodules/yaucl
url = git@github.com:datagramdb/yaucl.git
[submodule "submodules/args"]
path = submodules/args
url = https://github.com/Taywee/args
[submodule "submodules/eigen"]
path = submodules/eigen
url = https://gitlab.com/libeigen/eigen.git
[submodule "submodules/pybind11"]
path = submodules/pybind11
url = https://github.com/pybind/pybind11
[submodule "submodules/jsonwriter"]
path = submodules/jsonwriter
url = https://github.com/dmishin/json-stream-writer
[submodule "submodules/thread_pool"]
path = submodules/thread_pool
url = https://github.com/progschj/ThreadPool/
[submodule "submodules/cpp-lru-cache"]
path = submodules/cpp-lru-cache
url = https://github.com/lamerman/cpp-lru-cache
[submodule "submodules/capnproto"]
path = submodules/capnproto
url = https://github.com/capnproto/capnproto
[submodule "submodules/tabulate"]
path = submodules/tabulate
url = https://github.com/p-ranav/tabulate.git