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