racket/collects/openssl/info.ss
2006-04-25 15:09:12 +00:00

6 lines
214 B
Scheme

(module info (lib "infotab.ss" "setup")
(define name "SSL Driver")
(define doc.txt "doc.txt")
(define blurb '("The SSL collection provides a driver for using the OpenSSL "
"secure connection library.")))