-
Notifications
You must be signed in to change notification settings - Fork 98
/
.gitmodules
30 lines (30 loc) · 1020 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
26
27
28
29
30
[submodule "deps/lucre"]
path = deps/lucre
url = https://github.com/Open-Transactions/lucre.git
[submodule "deps/simpleini"]
path = deps/simpleini
url = https://github.com/brofield/simpleini.git
[submodule "deps/gtest"]
path = deps/gtest
url = https://github.com/monetas/gtest.git
[submodule "deps/bigint"]
path = deps/bigint
url = https://github.com/monetas/BigInt.git
[submodule "deps/ChaiScript"]
path = deps/ChaiScript
url = https://github.com/ChaiScript/ChaiScript.git
[submodule "deps/libzmq_4"]
path = deps/libzmq_4
url = https://github.com/zeromq/zeromq4-x.git
[submodule "deps/cppzmq"]
path = deps/cppzmq
url = https://github.com/zeromq/cppzmq
[submodule "deps/bitcoin-crypto"]
path = deps/bitcoin-crypto
url = https://github.com/Open-Transactions/bitcoin-crypto.git
[submodule "deps/secp256k1"]
path = deps/secp256k1
url = https://github.com/Open-Transactions/secp256k1.git
[submodule "deps/bitcoin-base58"]
path = deps/bitcoin-base58
url = https://github.com/benma/bitcoin-core-base58.git