https://github.com/michaelw/cl-dot.git
git clone 'https://github.com/michaelw/cl-dot.git'
(ql:quickload :cl-dot)
CL-DOT is a small package for easily generating dot (a program in the GraphViz suite) output from arbitrary Lisp data.
Presuming ASDF is available:
(asdf:oos 'asdf:load-op :cl-dot)
Depending on the Lisp being used, a (require :cl-dot) might do as well.
See directory docs/
See file COPYING.
http://foldr.org/~michaelw/projects/cl-dot/
Juho Snellman mailto:jsnell@iki.fi
Michael Weber mailto:michaelw@foldr.org (current maintainer)