8 lines
244 B
Scheme
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.")))
|