mirror of
https://github.com/fiddlerwoaroof/data-lens.git
synced 2025-11-08 18:26:32 +00:00
chore: describe transducer system better
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
(asdf:defsystem #:data-lens
|
(asdf:defsystem #:data-lens
|
||||||
:description #.(format nil "~a ~a ~a"
|
:description #.(format nil "~@{~a~^ ~}"
|
||||||
"Utilities for building data transormations from"
|
"Utilities for building data transformations from"
|
||||||
"composable functions, modeled on lenses and"
|
"composable functions, modeled on lenses and"
|
||||||
"transducers")
|
"transducers")
|
||||||
:author "Edward Langley <el-cl@elangley.org>"
|
:author "Edward Langley <el-cl@elangley.org>"
|
||||||
@ -14,10 +14,8 @@
|
|||||||
(:file "lens")))
|
(:file "lens")))
|
||||||
|
|
||||||
(asdf:defsystem #:data-lens/beta/transducer
|
(asdf:defsystem #:data-lens/beta/transducer
|
||||||
:description #.(format nil "~a ~a ~a"
|
:description #.(format nil "~@{~a~^ ~}"
|
||||||
"Utilities for building data transormations from"
|
"A collection of transducers to reduce stream-manipulation overhead")
|
||||||
"composable functions, modeled on lenses and"
|
|
||||||
"transducers")
|
|
||||||
:author "Edward Langley <el-cl@elangley.org>"
|
:author "Edward Langley <el-cl@elangley.org>"
|
||||||
:license "MIT"
|
:license "MIT"
|
||||||
:depends-on (:data-lens
|
:depends-on (:data-lens
|
||||||
|
|||||||
Reference in New Issue
Block a user