forked from ton-blockchain/ton
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitmodules
More file actions
30 lines (30 loc) · 1.04 KB
/
.gitmodules
File metadata and controls
30 lines (30 loc) · 1.04 KB
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 "third-party/rocksdb"]
path = third-party/rocksdb
url = https://github.com/facebook/rocksdb.git
[submodule "third-party/crc32c"]
path = third-party/crc32c
url = https://github.com/google/crc32c
[submodule "third-party/abseil-cpp"]
path = third-party/abseil-cpp
url = https://github.com/abseil/abseil-cpp.git
branch = 20250814.1
[submodule "third-party/libraptorq"]
path = third-party/libraptorq
url = https://github.com/ton-blockchain/libRaptorQ
[submodule "third-party/cppkafka"]
path = third-party/cppkafka
url = https://github.com/mfontanini/cppkafka.git
[submodule "third-party/blst"]
path = third-party/blst
url = https://github.com/supranational/blst.git
[submodule "third-party/secp256k1"]
path = third-party/secp256k1
url = https://github.com/bitcoin-core/secp256k1
branch = v0.3.2
[submodule "third-party/tl-parser"]
path = third-party/tl-parser
url = https://github.com/ton-blockchain/tl-parser.git
[submodule "third-party/pybind11"]
path = third-party/pybind11
url = https://github.com/pybind/pybind11.git
branch = stable