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:load-system :cl-dot)
Depending on the Lisp being used, (require :cl-dot)
might do as
well.
See docs directory
See file COPYING.
Juho Snellman [email protected]
Michael Weber [email protected] (current maintainer)