forked from clojure/clojure-clr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanaged-libraries.dot
45 lines (30 loc) · 940 Bytes
/
managed-libraries.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
strict digraph G {
rankdir = RL;
{
node [shape=box];
"clr.test.check";
"clr.spec.alpha" -> {"clr.test.check"};
"clr.core.specs.alpha" -> {"clr.spec.alpha"};
"clr.core.async" -> {"tools.analyzer.clr"};
"clr.data.priority-map";
"clr.core.cache" -> {"clr.data.priority-map"};
"clr.core.memoize" -> {"clr.core.cache"}
"tools.cli*"
"clr.tools.gitlibs";
"clr.tools.deps" -> {"clr.tools.gitlibs", "tools.cli*"};
"clr.tools.deps.cli" -> {"clr.tools.deps"}
"clr.tools.reader";
"clr.tools.namespace" -> {"clr.tools.reader"};
"clr.data.generators";
"clr.test.generative" -> {"clr.tools.namespace", "clr.data.generators"};
"tools.analyzer.clr" -> {"tools.analyzer*", "clr.core.memoize", "clr.tools.reader"};
"clr.cli";
"cognitect-labs/test-runner*" -> {"clr.tools.namespace", "tools.cli*"};
"tools.analyzer*";
"clr.tools.analyzer";
"clr.data.json";
"clr.core.logic";
"clr.tools.nrepl";
"clr.tools.nuget?";
}
}