aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtwiwtg.asd
blob: 11325802761802fc7e1cbb4252067872e9f40f05 (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 <colin@cicadas.surf>"
  :license  "GPLv3"
  :version "0.4.0"
  :depends-on (:testiere)
  :serial t
  :components ((:file "package")
               (:file "gtwiwtg")
               (:file "anaphora")))