aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtwiwtg.asd
blob: 462d3ac4279ae0311ef7409d0058ec4d34beaa32 (plain)
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.2"
  :serial t
  :components ((:file "package")
               (:file "gtwiwtg")
               (:file "anaphora"))
  :in-order-to ((test-op (test-op gtwiwtg-test))))