adjusted merit-function so that it works with
[woropt.git] / lens.asd
blob630cf6afd041fe2d7621a441a930a9242dd5d06a
1 (asdf:defsystem lens 
2   :depends-on (:alexandria :vector)
3   :components ((:module "lens" :components ((:file "package")
4                                             (:file "objects")
5                                             (:file "helpers")
6                                             (:file "lens")))))