aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtwiwtg.asd
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-09-09 09:42:05 -0500
committerColin Okay <colin@cicadas.surf>2022-09-09 09:42:05 -0500
commit25e08d89e3553b46e247fd91dfaa2bd6eb11ac79 (patch)
tree636d41048684b9b78c1824f14f1161ba99ae2bbf /gtwiwtg.asd
parent1fb5ffeedb6850b635c891e0003800a72ea9f75c (diff)
Refactor: collector functions are now defined with defun/t
Diffstat (limited to 'gtwiwtg.asd')
-rw-r--r--gtwiwtg.asd8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtwiwtg.asd b/gtwiwtg.asd
index 41f87eb..5f32536 100644
--- a/gtwiwtg.asd
+++ b/gtwiwtg.asd
@@ -2,11 +2,11 @@
(asdf:defsystem #:gtwiwtg
:description "Lazy-ish iterators"
- :author "Colin Okay <okay@toyful.space>"
+ :author "Colin Okay <colin@cicadas.surf>"
:license "GPLv3"
- :version "0.2.0"
+ :version "0.3.0"
+ :depends-on (:testiere)
:serial t
:components ((:file "package")
(:file "gtwiwtg")
- (:file "anaphora"))
- :in-order-to ((test-op (test-op gtwiwtg-test))))
+ (:file "anaphora")))