blob: d412cdc8b02cf3162ba8b6c8b123daf0e26e38dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
;;;; 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")
(:file "anaphora"))
:in-order-to ((test-op (test-op gtwiwtg-test))))
|