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

(asdf:defsystem #:gtwiwtg
  :description "Generators and consumers."
  :author "Colin Okay <cbeok@protonmail.com>"
  :license  "GPLv3"
  :version "0.1.1"
  :serial t
  :components ((:file "package")
               (:file "gtwiwtg"))
  :in-order-to ((test-op (test-op gtwiwtg-test))))