cl-digraph.dot.asd @ e7ed5e5a2d9e
default tip
Use ERROR instead of an ECASE form with no clauses.
SBCL outputs compilation warnings for ECASE forms missing clauses and that
causes Quicklisp test failures.
author |
Robert Brown <robert.brown@gmail.com> |
date |
Sat, 04 Nov 2023 10:42:34 -0400 |
parents |
b1e67e3dd37f |
children |
(none) |
(asdf:defsystem :cl-digraph.dot
:description "cl-dot support for cl-digraph"
:author "Steve Losh <steve@stevelosh.com>"
:license "MIT"
:depends-on (:cl-digraph
:cl-dot)
:serial t
:components ((:file "package.dot")
(:module "src" :serial t
:components ((:file "dot")))))