aboutsummaryrefslogtreecommitdiff
path: root/terrafirma.asd
blob: 9debdc2736555e86b8c017b910e274fecde289ad (plain)
1
2
3
4
5
6
7
8
9
;;;; terrafirma.asd

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