info.ss
(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 categories '(xml))
  )