info.ss
(module info (lib "infotab.ss" "setup")
  (define name "test")
  (define blurb
    (list "Utilities for unit testing."))
  (define doc.txt "doc.txt")
  (define categories '(devtools))
  (define primary-file "test.ss")
  (define release-notes
    (list "Removed dependency on SchemeUnit 1.x; should now work both in PLT 3xx and 4."))
  (define version "1"))