-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps.dot
59 lines (44 loc) · 1.59 KB
/
deps.dot
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
58
59
digraph {
confini [ label="lo/confini", style="filled"; fillcolor="#cccccc" ];
hexathon [ label="lo/hexathon", style="filled"; fillcolor="#cccccc" ];
potaahto [ label="lo/potaahto", style="filled"; fillcolor="#cccccc" ];
leveldir [ label="lo/leveldir", style="filled"; fillcolor="#cccccc" ];
shep [ label="lo/shep", style="filled"; fillcolor="#cccccc" ];
aiee [ label="lo/alee", style="filled"; fillcolor="#cccccc" ];
chainlib [ label="chainlib" ];
chainlib_eth [ label="chainlib-eth" ];
funga [ label="funga" ];
funga_eth [ label="funga-eth" ];
eth_cache [ label="eth-cache" ];
chainsyncer [ label="chainsyncer" ];
chainqueue [ label="chainqueue" ];
chaind [ label="hi/chaind", style="filled", fillcolor="#aaffaa" ];
chaind_eth [ label="hi/chaind-eth", style="filled", fillcolor="#aaffaa" ];
eth_monitor [ label="hi/eth-monitor", style="filled", fillcolor="#aaffaa" ];
eth_erc20 [ label="hi/eth-erc20", style="filled", fillcolor="#aaffaa" ];
eth_erc721 [ label="hi/eth-erc721", style="filled", fillcolor="#aaffaa" ];
aiee -> chainlib
confini -> chainlib
hexathon -> chainlib
potaahto -> chainlib
chainlib -> chainlib_eth
hexathon -> funga
funga -> funga_eth
hexathon -> leveldir -> eth_cache
chainlib -> chainsyncer
chainlib -> chainqueue
chainlib_eth -> eth_cache
eth_cache -> chainsyncer
shep -> chainsyncer
shep -> chainqueue
chainsyncer -> chaind
chainqueue -> chaind
chaind -> chaind_eth
chainsyncer -> eth_monitor
chainlib_eth -> eth_erc20
chainlib_eth -> eth_erc721
funga -> chainlib
funga_eth -> chainlib_eth
chainlib_eth -> eth_monitor
chainlib_eth -> chaind_eth
}