rpgoldman / cl-dot

Common Lisp package for generating GraphViz (dot) files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 jsnell@iki.fi
Michael Weber michaelw@foldr.org (current maintainer)

About

Common Lisp package for generating GraphViz (dot) files

License:MIT License


Languages

Language:Common Lisp 100.0%