cl-digraph.dot.asd @ 7e80eda84170
v1.4.0
Add an explicit condition hierarchy
Fixes https://github.com/sjl/cl-digraph/issues/5
author |
Steve Losh <steve@stevelosh.com> |
date |
Sun, 14 Mar 2021 21:31: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")))))