diff options
author | Colin Okay <colin@cicadas.surf> | 2022-06-27 17:11:19 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-06-27 17:11:19 -0500 |
commit | c72f3ff9c50cc46c7e2556783a5e6fe82a5abb81 (patch) | |
tree | a8aa1cd04b83d05e6ac385ab491a0297b08fb5fc | |
parent | 659523d689ae252c588c882588a11f02473070c8 (diff) |
[add] forgot the asd file :facepalm:
-rw-r--r-- | hyperquirks.asd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hyperquirks.asd b/hyperquirks.asd new file mode 100644 index 0000000..7836f5a --- /dev/null +++ b/hyperquirks.asd @@ -0,0 +1,10 @@ +;;;; 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"))) |