1 2 3 4 5 6 7 8 9 10 11 12
;;;; gtwiwtg.asd (asdf:defsystem #:gtwiwtg :description "Lazy-ish iterators" :author "Colin Okay <okay@toyful.space>" :license "GPLv3" :version "0.1.1" :serial t :components ((:file "package") (:file "gtwiwtg") (:file "anaphora")) :in-order-to ((test-op (test-op gtwiwtg-test))))