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