aboutsummaryrefslogtreecommitdiff
path: root/dependencies.dot
diff options
context:
space:
mode:
Diffstat (limited to 'dependencies.dot')
-rw-r--r--dependencies.dot11
1 files changed, 8 insertions, 3 deletions
diff --git a/dependencies.dot b/dependencies.dot
index bb7f16c..019d15a 100644
--- a/dependencies.dot
+++ b/dependencies.dot
@@ -10,8 +10,10 @@ digraph {
zeptoparsec [label="zeptoparsec 🔶"]
"git-permalink" [label="git-permalink ✅"]
+ "clj-schema-to-json-schema" [label="clj-schema-to-json-schema 🔶"]
libjson [label="libjson 🔸"]
+ libmockjsonschema [label="libmockjsonschema 🔸"]
libmustache [label="libmustache 🔶"]
mediatorhut [label="mediator.ht 🤑"]
@@ -48,6 +50,8 @@ digraph {
polytemplating -> konformigado
polytemplating -> libmustache
+ libmockjsonschema -> polyparsing
+ libmockjsonschema -> libjson
libedn -> polyparsing
libjson -> polyparsing
yoctoauth -> polyparsing
@@ -109,8 +113,9 @@ digraph {
// positioning hack
edge [style="invis"]
- zeptoparsec -> Servers
- zeptoparsec -> website
- zeptoparsec -> "git-permalink"
+ AutoQEMU -> Servers
+ AutoQEMU -> website
+ AutoQEMU -> "git-permalink"
"git-permalink" -> caju
+ caju -> "clj-schema-to-json-schema"
}