info.ss
(module info (lib "infotab.ss" "setup")
  (define name "No-Brainer")
  (define blurb `("A simple static checker that reports some local arity errors and unused bindings"))
  (define release-notes
    `("This version requires rackunit, rather than schematics 3."))
  (define categories `(devtools))
  #;(define doc.txt "doc.txt")
  (define tools '(("no-brainer-tool.ss")))
  (define tool-names (list "Simple Static Checker"))
  (define compile-omit-paths '("private/test.ss"))
  (define scribblings '(("no-brainer.scrbl" ())))
  (define primary-file '("main.ss"))
  (define version "20110810")
  (define repositories '("4.x"))
  #;(define tool-icons (list '("foot-up.gif" "icons")))
  )