-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
57 lines (57 loc) · 1.84 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[submodule "cmake/modules"]
path = cmake/modules
url = git@github.com:BoostCMake/cmake_modules.git
[submodule "libs/hash"]
path = libs/hash
url = git@github.com:nilfoundation/hash.git
[submodule "libs/block"]
path = libs/block
url = git@github.com:nilfoundation/block.git
[submodule "libs/codec"]
path = libs/codec
url = git@github.com:nilfoundation/codec.git
[submodule "libs/marshalling"]
path = libs/marshalling
url = git@github.com:nilfoundation/marshalling.git
[submodule "libs/actor"]
path = libs/actor
url = git@github.com:nilfoundation/actor-core.git
[submodule "libs/network"]
path = libs/network
url = git@github.com:nilfoundation/actor-network.git
[submodule "libs/crypto/codec"]
path = libs/crypto/codec
url = git@github.com:nilfoundation/codec.git
[submodule "libs/crypto/hash"]
path = libs/crypto/hash
url = git@github.com:nilfoundation/hash.git
[submodule "libs/crypto/block"]
path = libs/crypto/block
url = git@github.com:nilfoundation/block.git
[submodule "libs/opencl"]
path = libs/opencl
url = git@github.com:nilfoundation/actor-opencl.git
[submodule "libs/core"]
path = libs/core
url = git@github.com:nilfoundation/actor-core.git
[submodule "libs/module"]
path = libs/module
url = git@github.com:nilfoundation/module.git
[submodule "libs/cuda"]
path = libs/cuda
url = git@github.com:nilfoundation/actor-cuda.git
[submodule "libs/dpdk"]
path = libs/dpdk
url = git@github.com:nilfoundation/dpdk.git
[submodule "libs/cluster"]
path = libs/cluster
url = git@github.com:nilfoundation/actor-cluster.git
[submodule "libs/fswatch"]
path = libs/fswatch
url = git@github.com:nilfoundation/fswatch.git
[submodule "libs/crypto/multiprecision"]
path = libs/crypto/multiprecision
url = git@github.com:nilfoundation/crypto3-multiprecision.git
[submodule "libs/shim/epoll"]
path = libs/shim/epoll
url = git@github.com:nilfoundation/epoll-shim.git