info.ss
(module info (lib "infotab.ss" "setup")
  (define name "Aho-Corasick Tools")
  (define categories '(datastructures))
  (define doc.txt "doc.txt")
  (define blurb
    (list "Aho-Corasick Tools: both an interpreter and a compiler "
          "for Aho-Corasick automata"))
  )