diff --git a/packages.dot b/packages.dot index 328ece3..9c11598 100644 --- 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"