graphviz frontend for common lisp forked from http://www.martin-loetzsch.de/S-DOT
|
2 weeks ago | |
---|---|---|
README.org | 2 weeks ago | |
s-dot2.asd | 5 years ago | |
s-dot2.lisp | 5 years ago |
I am not the original author of this library, Martin Loetzsch (http://www.martin-loetzsch.de/S-DOT) is.
This version (marked as 1.3) of the library is a patched version of the original one1 made to use some new uiop features, sb-ext:run-program if available and to pass its own tests (I was unable to make them pass them on my system).
Important note: I have switched from symbols to keywords for the DSL (i.e s-dot::'node -> :node).
Please file bug report on the issue tracker.
A Common Lisp language binding for the graphviz 'dot' tool. See http://www.martin-loetzsch.de/S-DOT for details
Copyright (c) 2006-2010 Martin Loetzsch. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY MARTIN LOETZSCH ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MARTIN LOETZSCH BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2 http://martin-loetzsch.de/S-DOT/