raft/raft.egg

18 lines
480 B
Text
Raw Normal View History

;; About This Egg
2023-11-24 21:19:20 +00:00
;; [[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")
2023-11-24 21:19:20 +00:00
(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