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