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 homepage "http://modis.ispras.ru/Lizorkin/sxml-tutorial.html")
  (define categories '(xml))
  (define compile-omit-paths '("test.ss"))
  (define repositories '("4.x"))
  )