mirror of
https://github.com/fiddlerwoaroof/data-lens.git
synced 2025-11-08 10:16:32 +00:00
feat(transducers): transducers are no longer in beta
This commit is contained in:
@ -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>"
|
||||||
|
|||||||
Reference in New Issue
Block a user