racket/collects/web-server/tmp/sxml/info.ss
Jay McCarthy 2204f32678 eol-style
svn: r7803
2007-11-21 16:57:21 +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))
)