Initial commit

This commit is contained in:
fiddlerwoaroof
2017-08-13 12:49:23 -07:00
parent de8d287635
commit 4c31b0b944
3 changed files with 84 additions and 0 deletions

8
data-lens.asd Normal file
View File

@ -0,0 +1,8 @@
(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)
:serial t
:components ((:file "lens")))