11 lines
354 B
Scheme
11 lines
354 B
Scheme
(module info (lib "infotab.ss" "setup")
|
|
(define name "ssax")
|
|
(define blurb
|
|
(list "SSAX functional XML parsing framework "
|
|
"to inter-convert between an angular-bracket and "
|
|
"an S-expression-based notations for markup documents"))
|
|
(define primary-file "ssax.ss")
|
|
(define doc.txt "doc.txt")
|
|
(define categories '(xml))
|
|
)
|