mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-10-31 09:20:21 +00:00
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
[submodule "external/nlohmann"]
|
|
path = external/nlohmann
|
|
url = https://github.com/nlohmann/json.git
|
|
[submodule "external/googletest"]
|
|
path = external/googletest
|
|
url = https://github.com/google/googletest.git
|
|
[submodule "external/cxxopts"]
|
|
path = external/cxxopts
|
|
url = https://github.com/jarro2783/cxxopts.git
|
|
[submodule "external/ghc-filesystem"]
|
|
path = external/ghc-filesystem
|
|
url = https://github.com/gulrak/filesystem.git
|
|
[submodule "test/Catch2"]
|
|
path = test/Catch2
|
|
url = https://github.com/catchorg/Catch2
|
|
[submodule "external/date"]
|
|
path = external/date
|
|
url = https://github.com/HowardHinnant/date.git
|
|
[submodule "external/pybind11"]
|
|
path = external/pybind11
|
|
url = https://github.com/pybind/pybind11
|
|
branch = stable
|
|
[submodule "external/clang-format-hooks"]
|
|
path = external/clang-format-hooks
|
|
url = https://github.com/barisione/clang-format-hooks/
|
|
[submodule "external/libuv"]
|
|
path = external/libuv
|
|
url = https://github.com/libuv/libuv
|
|
branch = v1.x
|
|
[submodule "external/loki-mq"]
|
|
path = external/loki-mq
|
|
url = https://github.com/loki-project/loki-mq
|
|
branch = dev
|