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