aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtwiwtg.asd
blob: afaafa2a8eefe13e295dfdbb58b5774a6ca8f238 (plain)
1
2
3
4
5
6
7
8
9
10
11
;;;; gtwiwtg.asd

(asdf:defsystem #:gtwiwtg
  :description "Lazy-ish iterators"
  :author "Colin <colin@cicadas.surf>"
  :license  "GPLv3"
  :version "0.5.0"
  :serial t
  :components ((:file "package")
               (:file "gtwiwtg")
               (:file "anaphora")))