Skip to content

Commit 25ddbb7

Browse files
committed
JUst some docs updates
1 parent c2a4f34 commit 25ddbb7

File tree

4 files changed

+25
-21
lines changed

4 files changed

+25
-21
lines changed

docs/managed-libraries.dot

+24-20
Original file line numberDiff line numberDiff line change
@@ -4,38 +4,42 @@ rankdir = RL;
44

55
{
66
node [shape=box];
7+
8+
"clr.test.check";
9+
"clr.spec.alpha" -> {"clr.test.check"};
10+
"clr.core.specs.alpha" -> {"clr.spec.alpha"};
11+
712

813
"clr.core.async" -> {"tools.analyzer.clr"};
14+
15+
"clr.data.priority-map";
916
"clr.core.cache" -> {"clr.data.priority-map"};
10-
"clr.core.logic";
1117
"clr.core.memoize" -> {"clr.core.cache"}
1218

13-
"clr.core.specs.alpha" -> {"clr.spec.alpha"};
14-
"clr.spec.alpha" -> {"clr.test.check"};
19+
"tools.cli*"
20+
"clr.tools.gitlibs";
21+
"clr.tools.deps" -> {"clr.tools.gitlibs", "tools.cli*"};
22+
"clr.tools.deps.cli" -> {"clr.tools.deps"}
23+
24+
"clr.tools.reader";
25+
"clr.tools.namespace" -> {"clr.tools.reader"};
1526

1627
"clr.data.generators";
17-
"clr.data.json";
18-
"clr.data.priority-map";
1928

20-
"clr.test.check";
2129
"clr.test.generative" -> {"clr.tools.namespace", "clr.data.generators"};
30+
"tools.analyzer.clr" -> {"tools.analyzer*", "clr.core.memoize", "clr.tools.reader"};
2231

23-
"clr.tools.namespace" -> {"clr.tools.reader"};
24-
"clr.tools.nrepl";
25-
"clr.tools.reader";
26-
27-
"tools.cli*"
28-
"clr.tools.deps" -> {"clr.tools.gitlibs", "tools.cli*"};
29-
"clr.tools.deps.cli" -> {"clr.tools.deps"}
30-
"clr.tools.gitlibs";
31-
"clr.tools.tools" -> {"clr.tools.deps", "clr.tools.gitlibs"};
32-
"clr.tools.build" -> {"clr.tools.deps"};
33-
"clr.brew-install"
34-
"clr.tools.nuget"
32+
"clr.cli";
3533

34+
"cognitect-labs/test-runner*" -> {"clr.tools.namespace", "tools.cli*"};
3635

37-
"clr.tools.analyzer";
38-
"tools.analyzer.clr" -> {"tools.analyzer*", "clr.core.memoize", "clr.tools.reader"};
3936
"tools.analyzer*";
37+
"clr.tools.analyzer";
38+
39+
"clr.data.json";
40+
"clr.core.logic";
41+
"clr.tools.nrepl";
42+
"clr.tools.nuget?";
43+
4044
}
4145
}

docs/managed-libraries.png

316 Bytes
Loading

docs/ml-backup.png

40.5 KB
Loading

docs/nuget-for-libs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ We suggest what seems to be the standard project layout in Clojure libraries. S
55

66
We will put our .Net-related source in `<root>\src\main\dotnet`.
77

8-
(You might run into older libraries that were developed before we standardized on this approach. They might have the clojure source directly under `<root>/src/clojure` and the .Net-related code under there also.}
8+
(You might run into older libraries that were developed before we standardized on this approach. They might have the clojure source directly under `<root>/src/clojure` and the .Net-related code under there also.)
99

1010
The sample code below uses `clojure.tools.namespace` as the name of the library. You should substitute appropriately.
1111

0 commit comments

Comments
 (0)