summaryrefslogtreecommitdiff
path: root/imbricate.asd
blob: acdd2ecb4a37cd014430d33fd70c2784454cd519 (plain)
1
2
3
4
5
6
7
8
9
10
;;;; imbricate.asd

(asdf:defsystem #:imbricate
  :description "Describe imbricate here"
  :author "Your Name <your.name@example.com>"
  :license  "Specify license here"
  :version "0.0.1"
  :serial t
  :depends-on (#:jonathan #:opticl #:uiop #:defclass-std #:lambda-tools)
  :components ((:file "imbricate")))