aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dependencies.dot43
1 files changed, 43 insertions, 0 deletions
diff --git a/dependencies.dot b/dependencies.dot
index 7300951..06f9cad 100644
--- a/dependencies.dot
+++ b/dependencies.dot
@@ -13,6 +13,7 @@ digraph {
"git-permalink" [label="git-permalink ✅", color="#89e051"]
"clj-schema-to-json-schema" [label="clj-schema-to-json-schema 🔶", color="#db5855"]
+ "json-schema-mock" [label="json-schema-mock 🔶", color="#2b7489"]
libjson [label="libjson 🔸", color="#dea584"]
libmockjsonschema [label="libmockjsonschema 🔸", color="#dea584"]
@@ -134,6 +135,8 @@ digraph {
Toph -> Prosody
Toph -> Matrix
+ "json-schema-mock" -> "clj-schema-to-json-schema"
+
// positioning hack
edge [style="invis"]
AutoQEMU -> Servers
@@ -143,6 +146,7 @@ digraph {
caju -> "clj-schema-to-json-schema"
+ // https://github.com/ozh/github-colors/blob/master/colors.json
Perl [color="#0298c3"]
"POSIX sh" [color="#89e051"]
Scheme [color="#1e4aec"]
@@ -152,6 +156,26 @@ digraph {
Go [color="#00ADD8"]
Rust [color="#dea584"]
C [color="#555555"]
+ TypeScript [color="#2b7489"]
+
+ "<language colors>" [color="white"]
+ "<other languages>" [color="white"]
+
+ Lua [color="#000080"]
+ "C++" [color="#f34b7d"]
+ Nim [color="#ffc200"]
+ Racket [color="#3c5caa"]
+ Elixir [color="#6e4a7e"]
+ Erlang [color="#B83998"]
+ "Common Lisp" [color="#3fb68b"]
+ Prolog [color="#74283c"]
+ Forth [color="#341708"]
+ Red [color="#f50000"]
+ Factor [color="#636746"]
+ J [color="#9EEDFF"]
+ K [color=""]
+ APL [color="#5A8164"]
+ Tcl [color="#e4cc98"]
"clj-schema-to-json-schema" -> "<language colors>"
"<language colors>" -> Perl
@@ -163,4 +187,23 @@ digraph {
Zig -> Go
Go -> Rust
Rust -> C
+ C -> TypeScript
+
+ TypeScript -> "<other languages>"
+
+ "<other languages>" -> Lua
+ Lua -> "C++"
+ "C++" -> Nim
+ Nim -> Racket
+ Racket -> Elixir
+ Elixir -> Erlang
+ Erlang -> "Common Lisp"
+ "Common Lisp" -> Prolog
+ Prolog -> Forth
+ Forth -> Red
+ Red -> Factor
+ Factor -> J
+ J -> K
+ K -> APL
+ APL -> Tcl
}