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

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