X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fdaemons.dot;h=4a8ba388fac5a26b80d803133937bf50431dcd13;hb=a7063fc0997a9d9eae6c329443e67ab92c4b6a0f;hp=93c122d8a3660681e9bb8eb14d33748b095274d9;hpb=827e35d6058ebba3a4a4fa6eb3c160f0cd0fd1e8;p=helm.git diff --git a/helm/ocaml/daemons.dot b/helm/ocaml/daemons.dot index 93c122d8a..4a8ba388f 100644 --- a/helm/ocaml/daemons.dot +++ b/helm/ocaml/daemons.dot @@ -1,12 +1,12 @@ /* apps */ subgraph applications { node [shape=plaintext,style=filled,fillcolor=slategray2]; - DependencyAnalyzer [label="Dependency\nAnalyzer"]; - Getter; - Matita; - ProofChecker [label="Proof\nChecker"]; - Uwobo; - Whelp; + DependencyAnalyzer [label="Dependency\nAnalyzer\n .3 klocs"]; + Getter [label="Getter\n .3 klocs"]; + Matita [label="Matita\n 6.7 klocs"]; + ProofChecker [label="Proof Checker\n .1 klocs"]; + Uwobo [label="Uwobo\n 2.1 klocs"]; + Whelp [label="Whelp\n .6 klocs"]; } /* apps dep */ DependencyAnalyzer -> metadata;