diff options
author | EuAndreh <eu@euandre.org> | 2021-07-08 16:08:09 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-07-08 16:08:09 -0300 |
commit | fd74c1cdbac2634ca97aed918fed6b58a39c1aaa (patch) | |
tree | f9ca1862a096cc06024bb70d2a6a67ee0e2b5523 | |
parent | src/xyz/euandreh/queue.scm(mdpo-patched): Update to version 0.3.53 (diff) | |
download | package-repository-fd74c1cdbac2634ca97aed918fed6b58a39c1aaa.tar.gz package-repository-fd74c1cdbac2634ca97aed918fed6b58a39c1aaa.tar.xz |
dependencies.dot: Add booklet, reorder dependencies
-rw-r--r-- | dependencies.dot | 12 |
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 |