mirror of
https://github.com/fiddlerwoaroof/data-lens.git
synced 2025-11-08 18:26:32 +00:00
Specify missing dependency
This commit is contained in:
@ -2,8 +2,9 @@
|
|||||||
:description "Utilities for building data transormations from composable functions, modeled on lenses and transducers"
|
:description "Utilities for building data transormations from composable functions, modeled on lenses and transducers"
|
||||||
:author "Edward Langley <edward@elangley.org>"
|
:author "Edward Langley <edward@elangley.org>"
|
||||||
:license "MIT"
|
:license "MIT"
|
||||||
:depends-on (cl-ppcre
|
:depends-on (:cl-ppcre
|
||||||
alexandria)
|
:alexandria
|
||||||
|
:fwoar.lisputils)
|
||||||
:serial t
|
:serial t
|
||||||
:components ((:file "lens")))
|
:components ((:file "lens")))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user