s-dot2

2023-10-21

Render Graphviz graphs from within Lisp

Upstream URL

notabug.org/cage/s-dot2

Author

Martin Loetzsch, cage

License

BSD-style
README

1moved to https://codeberg.org/cage/s-dot2/

2Notes on this version

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 one[fn:origin-website] 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).

3BUGS

Please file bug report on the issue tracker.

4License

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:

  1. Redistributions of source code must retain the above copyrightnotice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyrightnotice, this list of conditions and the following disclaimer in thedocumentation and/or other materials provided with thedistribution.
  3. The end-user documentation included with the redistribution, ifany, must include the following acknowledgment: "This productincludes S-DOT developed by Martin Loetzsch(http://www.martin-loetzsch.de/S-DOT)." Alternately, thisacknowledgment may appear in the software itself, if and whereversuch third-party acknowledgments normally appear.

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.

[fn:origin-website] http://martin-loetzsch.de/S-DOT/

Dependencies (1)

  • uiop

Dependents (0)

    • GitHub
    • Quicklisp