info.ss
(module info (lib "infotab.ss" "setup")
  (define name "Control")
  (define blurb
    (list '(span (b "Control Structures")
                 (p "This package provides the control structures while, until, "
                    "dotimes, and tagged-begin. "
                    "The tagged-begin contruct is a 'begin with labels and goto'."))))
  (define primary-file "control.scm")
  (define doc.txt "doc.txt")
  (define categories '(development))
  (define version "1"))