aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dependencies.dot12
1 files changed, 7 insertions, 5 deletions
diff --git a/dependencies.dot b/dependencies.dot
index 7a470c3..260a987 100644
--- a/dependencies.dot
+++ b/dependencies.dot
@@ -12,6 +12,7 @@ digraph {
zeptoparsec [label="zeptoparsec 🔶", color="#dea584"]
"git-permalink" [label="git-permalink ✅", color="#89e051"]
+ booklet [label="booklet 🔶", color="#89e051"]
"clj-schema-to-json-schema" [label="clj-schema-to-json-schema 🔶", color="#db5855"]
"json-schema-mock" [label="json-schema-mock 🔶", color="#2b7489"]
@@ -135,15 +136,16 @@ digraph {
Toph -> Prosody
Toph -> Matrix
- "json-schema-mock" -> "clj-schema-to-json-schema"
// positioning hack
edge [style="invis"]
AutoQEMU -> Servers
AutoQEMU -> website
- AutoQEMU -> "git-permalink"
- "git-permalink" -> caju
- caju -> "clj-schema-to-json-schema"
+ Guix -> caju
+ zeptoparsec -> "git-permalink"
+ "git-permalink" -> "json-schema-mock"
+ "json-schema-mock" -> "clj-schema-to-json-schema"
+ "clj-schema-to-json-schema" -> booklet
// https://github.com/ozh/github-colors/blob/master/colors.json
@@ -179,7 +181,7 @@ digraph {
PostScript [color="#da291c"]
Pony [color="#CCCCCC"]
- "clj-schema-to-json-schema" -> "<language colors>"
+ Prosody -> "<language colors>"
"<language colors>" -> Perl
Perl -> "POSIX sh"
"POSIX sh" -> Scheme