dotfiles/sbcl/.quicklisp/dists/quicklisp/software/cl-ansi-text-20150804-git/cl-ansi-text-test.asd
2020-02-24 20:27:04 -05:00

11 lines
372 B
Common Lisp

(asdf:defsystem #:cl-ansi-text-test
:depends-on ( #:cl-colors #:alexandria #:cl-ansi-text #:fiveam)
:components ((:module "test"
:components
((:file "cl-ansi-text-test"))))
:name "cl-ansi-text-test"
:version "1.0"
:maintainer "Paul Nathan"
:author "Paul Nathan"
:licence "LLGPL"
:description "Test system for cl-ansi-text")