feat(transducers): transducers are no longer in beta

This commit is contained in:
Edward Langley
2023-07-15 10:05:12 -07:00
parent 903c0aaced
commit 893b10f81e

View File

@ -33,6 +33,14 @@
:components ((:file "lens"))))) :components ((:file "lens")))))
(asdf:defsystem #:data-lens/beta/transducers (asdf:defsystem #:data-lens/beta/transducers
:description #.(format nil "~@{~a~^ ~}"
"A collection of transducers to reduce stream-manipulation overhead")
:author "Edward Langley <el-cl@elangley.org>"
:license "Apache v2"
:depends-on (:data-lens/transducers)
:in-order-to ((test-op (test-op :data-lens/transducers))))
(asdf:defsystem #:data-lens/transducers
:description #.(format nil "~@{~a~^ ~}" :description #.(format nil "~@{~a~^ ~}"
"A collection of transducers to reduce stream-manipulation overhead") "A collection of transducers to reduce stream-manipulation overhead")
:author "Edward Langley <el-cl@elangley.org>" :author "Edward Langley <el-cl@elangley.org>"