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

11 lines
356 B
Scheme

(module info (lib "infotab.ss" "setup")
(define name "sxml")
(define blurb
(list "Collection of tools for processing markup documents "
"in the form of S-expressions"))
(define primary-file "sxml.ss")
(define doc.txt "doc.txt")
(define homepage "http://modis.ispras.ru/Lizorkin/sxml-tutorial.html")
(define categories '(xml))
)