Home

Awesome

asdf-dependency-graph

A minimal wrapper around dot available at least on Linux systems to generate dependency-graphs.

CL-USER> (asdf-dependency-graph:generate "asdf-dependency-graph.png" "asdf-dependency-graph")
NIL
NIL
0

asdf-dependency-graph.png

(Caveat to the above graph: external dependency of dot.)

CL-USER> (let ((asdf-dependency-graph:*interesting-systems*
                 '("extensible-compound-types"
                   "polymorphic-functions"
                   "cl-form-types"
                   "ctype"
                   "polymorph.maths")))
           (asdf-dependency-graph:generate "maths.png" "polymorph.maths"))
NIL
NIL
0

maths.png

Other Solutions