-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitmodules
25 lines (25 loc) · 846 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
[submodule "deps/sdsl-lite"]
path = bdsg/deps/sdsl-lite
url = https://github.com/vgteam/sdsl-lite.git
[submodule "deps/DYNAMIC"]
path = bdsg/deps/DYNAMIC
url = https://github.com/vgteam/DYNAMIC.git
[submodule "deps/hopscotch-map"]
path = bdsg/deps/hopscotch-map
url = https://github.com/Tessil/hopscotch-map.git
[submodule "deps/libhandlegraph"]
path = bdsg/deps/libhandlegraph
url = https://github.com/vgteam/libhandlegraph.git
[submodule "deps/BBHash"]
path = bdsg/deps/BBHash
url = https://github.com/vgteam/BBHash.git
[submodule "deps/sparsepp"]
path = bdsg/deps/sparsepp
url = https://github.com/edawson/sparsepp.git
[submodule "deps/pybind11"]
path = bdsg/deps/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "bdsg/deps/mio"]
path = bdsg/deps/mio
url = https://github.com/mandreyel/mio.git
branch = master