dotfiles/sbcl/.quicklisp/dists/quicklisp/software/quickproject-1.4.1/quickproject.asd

13 lines
337 B
Text
Raw Normal View History

2020-02-25 06:06:49 -05:00
;;;; quickproject.asd
(asdf:defsystem #:quickproject
:description "Creates the skeleton of a new Common Lisp project"
:version "1.4.1"
:author "Zach Beane <xach@xach.com>"
:license "MIT"
:depends-on (#:cl-fad
#:html-template)
:serial t
:components ((:file "package")
(:file "quickproject")))