mirror of
https://github.com/fiddlerwoaroof/data-lens.git
synced 2025-11-08 10:16:32 +00:00
feat: curried equality
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
(asdf:defsystem #:data-lens
|
||||
:description "Utilities for building data transormations from composable functions, modeled on lenses and transducers"
|
||||
:description #.(format nil "~a ~a ~a"
|
||||
"Utilities for building data transormations from"
|
||||
"composable functions, modeled on lenses and"
|
||||
"transducers")
|
||||
:author "Edward Langley <el-cl@elangley.org>"
|
||||
:license "MIT"
|
||||
:depends-on (:cl-ppcre
|
||||
|
||||
Reference in New Issue
Block a user