mirror of
https://github.com/fiddlerwoaroof/data-lens.git
synced 2025-11-08 10:16: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"
|
||||
:author "Edward Langley <edward@elangley.org>"
|
||||
:license "MIT"
|
||||
:depends-on (cl-ppcre
|
||||
alexandria)
|
||||
:depends-on (:cl-ppcre
|
||||
:alexandria
|
||||
:fwoar.lisputils)
|
||||
:serial t
|
||||
:components ((:file "lens")))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user