cl-dot
2024-10-12
Generate Dot Output from Arbitrary Lisp Data
Upstream URL
Author
Juho Snellman <[email protected]>
Maintainer
Robert P. Goldman <[email protected]>
License
Not determined
CL-DOT
CL-DOT is a small package for easily generating dot (a program in the GraphViz suite) output from arbitrary Lisp data.
Building
Presuming ASDF is available:
(asdf:load-system :cl-dot)
Depending on the Lisp being used, (require :cl-dot)
might do as
well.
Documentation
See docs directory
Licence
See file COPYING.
Authors
Juho Snellman [email protected]
Michael Weber [email protected] (current maintainer)