mirror of
https://github.com/fiddlerwoaroof/data-lens.git
synced 2025-11-08 18:26:32 +00:00
fix: reorder definitions
This commit is contained in:
@ -32,14 +32,6 @@
|
|||||||
:components ((:module "t"
|
:components ((:module "t"
|
||||||
:components ((:file "lens")))))
|
:components ((:file "lens")))))
|
||||||
|
|
||||||
(asdf:defsystem #:data-lens/beta/transducers
|
|
||||||
:description #.(format nil "~@{~a~^ ~}"
|
|
||||||
"A collection of transducers to reduce stream-manipulation overhead")
|
|
||||||
:author "Edward Langley <el-cl@elangley.org>"
|
|
||||||
:license "Apache v2"
|
|
||||||
:depends-on (:data-lens/transducers)
|
|
||||||
:in-order-to ((test-op (test-op :data-lens/transducers))))
|
|
||||||
|
|
||||||
(asdf:defsystem #:data-lens/transducers
|
(asdf:defsystem #:data-lens/transducers
|
||||||
:description #.(format nil "~@{~a~^ ~}"
|
:description #.(format nil "~@{~a~^ ~}"
|
||||||
"A collection of transducers to reduce stream-manipulation overhead")
|
"A collection of transducers to reduce stream-manipulation overhead")
|
||||||
@ -55,6 +47,14 @@
|
|||||||
(:file "transducers")
|
(:file "transducers")
|
||||||
(:file "lazy-sequence")))
|
(:file "lazy-sequence")))
|
||||||
|
|
||||||
|
(asdf:defsystem #:data-lens/beta/transducers
|
||||||
|
:description #.(format nil "~@{~a~^ ~}"
|
||||||
|
"A collection of transducers to reduce stream-manipulation overhead")
|
||||||
|
:author "Edward Langley <el-cl@elangley.org>"
|
||||||
|
:license "Apache v2"
|
||||||
|
:depends-on (:data-lens/transducers)
|
||||||
|
:in-order-to ((test-op (test-op :data-lens/transducers))))
|
||||||
|
|
||||||
(asdf:defsystem #:data-lens/transducers/test
|
(asdf:defsystem #:data-lens/transducers/test
|
||||||
:description "tests for the transducers"
|
:description "tests for the transducers"
|
||||||
:author "Edward Langley <el-cl@elangley.org>"
|
:author "Edward Langley <el-cl@elangley.org>"
|
||||||
|
|||||||
Reference in New Issue
Block a user