/chillax.asd
http://github.com/sykopomp/chillax · Unknown · 11 lines · 11 code · 0 blank · 0 comment · 0 complexity · 0b4ab10fd1bb35a1f99ef36a44dc4c77 MD5 · raw file
- (asdf:defsystem chillax
- :version "0.4.1"
- :description "CouchDB abstraction layer - Easy-load system with sane defaults"
- :maintainer "Kat Marchรกn <kzm@sykosomatic.org>"
- :author "Kat Marchรกn <kzm@sykosomatic.org>"
- :licence "MIT"
- :depends-on (chillax.core chillax.yason)
- :components
- ((:module src
- :components
- ((:file "chillax")))))