more transforms

This commit is contained in:
Ed Langley
2018-11-06 00:41:32 -08:00
parent ca2332cc98
commit f7f7b3e6cc
2 changed files with 111 additions and 12 deletions

View File

@ -2,7 +2,8 @@
: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)
:depends-on (cl-ppcre
alexandria)
:serial t
:components ((:file "lens")))