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

(asdf:defsystem #:terrafirma
  :description "Easy informative validation errors in a single macro."
  :author "Colin <colin@cicadas.surf>"
  :license  "Unlicense"
  :version "0.0.1"
  :serial t
  :components ((:file "terrafirma")))