git.fiddlerwoaroof.com
Browse code

feat(transducers): transducers are no longer in beta

Edward Langley authored on 15/07/2023 17:05:12
Showing 1 changed files
... ...
@@ -33,6 +33,14 @@
33 33
                 :components ((:file "lens")))))
34 34
 
35 35
 (asdf:defsystem #:data-lens/beta/transducers
36
+  :description #.(format nil "~@{~a~^ ~}"
37
+                         "A collection of transducers to reduce stream-manipulation overhead")
38
+  :author "Edward Langley <el-cl@elangley.org>"
39
+  :license "Apache v2"
40
+  :depends-on (:data-lens/transducers)
41
+  :in-order-to ((test-op (test-op :data-lens/transducers))))
42
+
43
+(asdf:defsystem #:data-lens/transducers
36 44
   :description #.(format nil "~@{~a~^ ~}"
37 45
                          "A collection of transducers to reduce stream-manipulation overhead")
38 46
   :author "Edward Langley <el-cl@elangley.org>"