racket/collects/openssl/info.ss
Matthew Flatt 39cedb62ed v3.99.0.2
svn: r7706
2007-11-13 12:40:00 +00:00

6 lines
201 B
Scheme

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