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

11 lines
334 B
Scheme

(module info setup/infotab
(define name "Net")
(define doc.txt "doc.txt")
(define help-desk-message
"Mz/Mr: See the \"To load\" section of each collection for the command to load it.")
(define blurb
(list
"The net collection provides a suite of libraries to handle standard "
"internet-based protocols.")))