forked from LedgerHQ/lib-ledger-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
33 lines (33 loc) · 1.16 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
[submodule "djinni"]
path = djinni
url = https://github.com/LedgerHQ/djinni.git
[submodule "toolchains/polly"]
path = toolchains/polly
url = https://github.com/ruslo/polly.git
[submodule "tools/gyp"]
path = tools/gyp
url = https://github.com/bnoordhuis/gyp.git
[submodule "core/lib/spdlog"]
path = core/lib/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "core/lib/leveldb"]
path = core/lib/leveldb
url = https://github.com/LedgerHQ/leveldb.git
[submodule "core/lib/ethash"]
path = core/lib/ethash
url = https://github.com/LedgerHQ/ethash.git
[submodule "core/test/lib/googletest"]
path = core/test/lib/googletest
url = https://github.com/google/googletest.git
[submodule "core/lib/fmt"]
path = core/lib/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "core/lib/CRCpp"]
path = core/lib/CRCpp
url = https://github.com/d-bahr/CRCpp.git
[submodule "core/test/lib/libuv"]
path = core/test/lib/libuv
url = [email protected]:libuv/libuv.git
[submodule "core/src/wallet/algorand/thirdparty/msgpack-c"]
path = core/src/wallet/algorand/thirdparty/msgpack-c
url = https://github.com/ledgerHQ/msgpack-c.git