;; About This Egg ;; [[file:raft.org::*About This Egg][About This Egg:1]] ;; -*- scheme -*- ((author "Daniel Ziltener") (synopsis "A WebDriver API implementation for Chicken") (category web) (license "BSD") (version "0.5") (dependencies r7rs alist-lib base64 coops http-client intarweb medea srfi-34 srfi-35 uri-common) (test-dependencies test) (components (extension webdriver (csc-options "-X" "r7rs" "-R" "r7rs" "-sJ")))) ;; About This Egg:1 ends here