summaryrefslogtreecommitdiff
path: root/clisp/kj-sandbox.asd
blob: 204c926b982ab51c4029d1f0e125ae56854b0fb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
;;;; kj-sandbox.asd

(asdf:defsystem #:kj-sandbox
  :description "Describe kj-sandbox here"
  :author "Your Name <your.name@example.com>"
  :license  "Specify license here"
  :version "0.0.1"
  :serial t
  :depends-on ("uiop")
  :components ((:file "package")
               (:file "kj-sandbox")))