;; About this egg ;; [[file:redis.org::*About this egg][About this egg:1]] ;; -*- Scheme -*- ((author "Daniel Ziltener") (synopsis "A Redis client library for Chicken Scheme") (category db) (license "BSD") (version "0.8") (dependencies srfi-34 srfi-35 srfi-69 srfi-113 srfi-128 srfi-152 srfi-158 (cond-expand chicken-5 r7rs)) (test-dependencies test) (components (extension redis (cond-expand (chicken-6 (csc-options "-sJ")) (chicken-5 (csc-options "-sJ" "-X" "r7rs" "-R" "r7rs")))))) ;; About this egg:1 ends here