cl-dot

2022-07-08

Generate Dot Output from Arbitrary Lisp Data

Upstream URL

github.com/michaelw/cl-dot

Author

Juho Snellman <jsnell@iki.fi>

Maintainer

Michael Weber <michaelw@foldr.org>

License

Not determined

README

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 directory docs/

Licence

See file COPYING.

Canonical Download

http://foldr.org/~michaelw/projects/cl-dot/

Authors

Juho Snellman jsnell@iki.fi
Michael Weber michaelw@foldr.org (current maintainer)

Dependencies (1)

  • uiop
  • GitHub
  • Quicklisp