/chillax.asd
Unknown | 11 lines | 11 code | 0 blank | 0 comment | 0 complexity | 0b4ab10fd1bb35a1f99ef36a44dc4c77 MD5 | raw file
1(asdf:defsystem chillax 2 :version "0.4.1" 3 :description "CouchDB abstraction layer - Easy-load system with sane defaults" 4 :maintainer "Kat Marchรกn <kzm@sykosomatic.org>" 5 :author "Kat Marchรกn <kzm@sykosomatic.org>" 6 :licence "MIT" 7 :depends-on (chillax.core chillax.yason) 8 :components 9 ((:module src 10 :components 11 ((:file "chillax")))))