dotfiles/sbcl/.quicklisp/dists/quicklisp/software/quickproject-1.4.1/default-template/system.asd
2020-02-24 20:27:04 -05:00

13 lines
482 B
Common Lisp

;;;; (#| TMPL_VAR name |#).asd(#| TMPL_IF copyright |#)
;;
;;;; (#| TMPL_VAR copyright |#)(#| /TMPL_IF |#)
(asdf:defsystem #:(#| TMPL_VAR name |#)
:description "Describe (#| TMPL_VAR name |#) here"
:author "(#| TMPL_VAR author |#)"
:license "(#| TMPL_VAR license |#)"
:version "0.0.1"
:serial t(#| TMPL_IF depends-on |#)
:depends-on (#| TMPL_VAR dependencies-string |#)(#| /TMPL_IF |#)
:components ((:file "package")
(:file "(#| TMPL_VAR name |#)")))