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

(asdf:defsystem #:hyperquirks
  :description "Utilities"
  :author "colin <colin@cicadas.surf>"
  :license  "GPL-3"
  :version "0.0.1"
  :serial t
  :components ((:file "package")
               (:file "hyperquirks")))