mnas-graph
System mnas-graph defines basic functions for creating a graph data structure and displaying it via graphviz.
$ area51 add mnas-graphCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(mnas-graph:some-function ...)