-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
28 lines (27 loc) · 924 Bytes
/
.gitmodules
File metadata and controls
28 lines (27 loc) · 924 Bytes
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
[submodule "submodules/CRoaring"]
path = submodules/CRoaring
url = https://github.com/datagramdb/CRoaring
[submodule "submodules/antlr4"]
path = submodules/antlr4
url = https://github.com/antlr/antlr4.git
[submodule "submodules/magic_enum"]
path = submodules/magic_enum
url = https://github.com/Neargye/magic_enum
[submodule "submodules/json"]
path = submodules/json
url = https://github.com/nlohmann/json
[submodule "submodules/rapidcsv"]
path = submodules/rapidcsv
url = https://github.com/d99kris/rapidcsv
[submodule "submodules/date"]
path = submodules/date
url = https://github.com/HowardHinnant/date
[submodule "submodules/eigen"]
path = submodules/eigen
url = https://gitlab.com/libeigen/eigen.git
[submodule "submodules/l-bfgs-b"]
path = submodules/l-bfgs-b
url = https://github.com/LogDS/l-bfgs-b
[submodule "submodules/rocksdb"]
path = submodules/rocksdb
url = https://github.com/logds/rocksdb/