Loose changes
This commit is contained in:
parent
1cb167b597
commit
612c72bae1
57 changed files with 8904 additions and 80 deletions
|
|
@ -0,0 +1,12 @@
|
|||
;;;; 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")))
|
||||
Loading…
Add table
Add a link
Reference in a new issue