racket/collects/readline/info.ss
2005-05-27 18:56:37 +00:00

8 lines
244 B
Scheme

(module info (lib "infotab.ss" "setup")
(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.")))