aboutsummaryrefslogtreecommitdiff
path: root/terrafirma.asd
blob: 0e2b6d67e8b617e1f6e73fe0ff56fd21eb557444 (plain)
1
2
3
4
5
6
7
8
9
;;;; A-OK.asd

(asdf:defsystem #:A-OK
  :description "Describe A-OK here"
  :author "Your Name <your.name@example.com>"
  :license  "Specify license here"
  :version "0.0.1"
  :serial t
  :components ((:file "A-OK")))