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

14 lines
499 B
Scheme

;; info.ss for mysterx collection
(module info setup/infotab
(define name "MysterX")
(define doc.txt "doc.txt")
(define help-desk-message "Mz/Mr: (require (lib \"mysterx.ss\" \"mysterx\"))")
(define blurb
(list
"MysterX is an extension that lets you use Scheme to script "
"ActiveX controls and other COM components under Windows. "
"MysterX also has a programmable Web browser with support for "
"Dynamic HTML."))
(define post-install-collection "installer.ss"))