cl-digraph.dot.asd @ ec3d05cc2f99

Update URLs
author Steve Losh <steve@stevelosh.com>
date Mon, 23 Dec 2019 14:57:47 -0500
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")))))