racket/collects/web-server/tests/tmp/ssax/info.ss
Jay McCarthy 19d59da08b Moving temporary code
svn: r7822
2007-11-23 18:56:31 +00:00

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))
)