Files
data-lens/data-lens.asd
2018-12-31 13:52:26 -08:00

11 lines
345 B
Common Lisp

(asdf:defsystem #:data-lens
:description "Utilities for building data transormations from composable functions, modeled on lenses and transducers"
:author "Edward Langley <edward@elangley.org>"
:license "MIT"
:depends-on (:cl-ppcre
:alexandria
:fwoar.lisputils)
:serial t
:components ((:file "lens")))