cl-digraph.dot.asd @ 8cf220c55f13 v1.2.1

Make copy-digraph actually copy the data
author Steve Losh <steve@stevelosh.com>
date Sat, 03 Nov 2018 15:37:35 -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")))))