You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
;;;; cl-init.asd
|
|
|
|
(asdf:defsystem #:cl-init
|
|
:serial t
|
|
:description "Describe cl-init here"
|
|
:author "Your Name <your.name@example.com>"
|
|
:license "Specify license here"
|
|
:depends-on (#:swank)
|
|
:components ((:file "package")
|
|
(:file "cl-init")))
|
|
|