/chillax.view-server.asd
Unknown | 15 lines | 15 code | 0 blank | 0 comment | 0 complexity | f8cb26c4b359fd146ad312102454734e MD5 | raw file
1(asdf:defsystem chillax.view-server 2 :description "View server for CouchDB" 3 :maintainer "Kat Marchรกn <kzm@sykosomatic.org>" 4 :author "Kat Marchรกn <kzm@sykosomatic.org>" 5 :licence "MIT" 6 :depends-on (yason alexandria) 7 :serial t 8 :components 9 ((:module src 10 :serial t 11 :components 12 ((:file "utils") 13 (:module view-server 14 :components 15 ((:file "view-server")))))))