Skip to content
/ cl-dot Public
forked from michaelw/cl-dot

Common Lisp package for generating GraphViz (dot) files

License

Notifications You must be signed in to change notification settings

ko56/cl-dot

 
 

Repository files navigation

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)

About

Common Lisp package for generating GraphViz (dot) files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Common Lisp 100.0%