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

8 lines
231 B
Scheme

(module info setup/infotab
(define doc.txt "doc.txt")
(define name "readline")
(define blurb
`("The readline collection provides glue for using GNU's readline library"
" with the MzScheme read-eval-print-loop.")))