info.ss
(module info (lib "infotab.ss" "setup")
  (define name "require")
  (define compile-omit-files '())
  (define blurb
    '("Require is a library that lets one name external modules or packages "
      "and use short abbreviations for requiring those external modules or "
      "packages. In addition, it provides a single point of specification "
      "for the location and version number of the packages being used."))
  (define version "1.2")
  (define primary-file "require.ss")
  (define categories '(devtools planet))
  (define can-be-loaded-with 'all)
  (define doc.txt "doc.txt"))