commit 8b57de7d93b7c9d7a0cfa24efb5055b486a8c171
parent 7a0809cfaf6dafa1639ace9064c0a2a5b7dd0b0d
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Sun, 29 Jan 2017 20:01:29 +0100
Updated dependency graph
Diffstat:
1 file changed, 16 insertions(+), 1 deletion(-)
diff --git a/packages.dot b/packages.dot
@@ -1,14 +1,20 @@
digraph packages {
+ /* "phc-toolkit" [color=red]
+ "stxparse-info" [color=red]
+ "delay-pure" [color=red] */
+
"aful" -> "phc-toolkit"
"aful" -> "scribble-enhanced"
"anaphoric"
"auto-syntax-e"
"debug-scopes" -> "scribble-enhanced"
+ "debug-scopes" -> "scope-operations"
"delay-pure" -> "phc-toolkit"
"extensible-parser-specifications" -> "phc-toolkit"
"fix-expanders"
"hyper-literate" -> "debug-scopes"
"hyper-literate" -> "scribble-enhanced"
+ "hyper-literate" -> "typed-map-lib"
"modulepp"
"multi-id" -> "hyper-literate"
"multi-id" -> "phc-toolkit"
@@ -25,24 +31,33 @@ digraph packages {
"phc-adt" -> "typed-struct-props"
"phc-adt" -> "type-expander"
"phc-graph" -> "aful"
- "phc-graph" -> "backport-template-pr1514"
"phc-graph" -> "delay-pure"
"phc-graph" -> "hyper-literate"
"phc-graph" -> "phc-adt"
"phc-graph" -> "phc-toolkit"
"phc-graph" -> "remember"
"phc-graph" -> "scribble-enhanced"
+ "phc-graph" -> "subtemplate"
"phc-graph" -> "typed-map"
"phc-graph" -> "type-expander"
"phc-toolkit" -> "scribble-math"
"phc-toolkit" -> "type-expander"
+ "phc-toolkit" -> "stxparse-info"
"preexpanded"
"remember" -> "hyper-literate"
"remember" -> "phc-toolkit"
"remember" -> "scribble-enhanced"
"repltest"
+ "scope-operations"
"scribble-enhanced"
"scribble-math"
+ "stxparse-info" -> "subtemplate"
+ "subtemplate" -> "backport-template-pr1514"
+ "subtemplate" -> "phc-toolkit"
+ "subtemplate" -> "stxparse-info"
+ "typed-map" -> "typed-map-doc"
+ "typed-map" -> "typed-map-lib"
+ "typed-map" -> "typed-map-test"
"typed-struct-props" -> "type-expander"
"type-expander" -> "auto-syntax-e"
"type-expander" -> "hyper-literate"