info.ss
(module info (lib "infotab.ss" "setup")
  (define doc.txt "doc.txt")
  (define name "sxml-match")
  (define required-core-version "4.0.0")
  (define repositories '("4.x"))
  (define blurb '("A 'by-example' pattern matcher for SXML"
                  " "
                  "http://celtic.benderweb.net/sxml-match/"))
  (define help-desk-message  "(require (planet \"sxml-match.ss\" (\"jim\" \"sxml-match.plt\" 1 1) )")
  (define primary-file "sxml-match.ss")
  (define categories '(xml))
  (define version "1.1"))