racket/collects/web-server/tmp/ssax/info.ss
Jay McCarthy a4023f2ebe v4 progress
svn: r7802
2007-11-21 16:51:53 +00:00

11 lines
364 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))
)