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, tagged-begin, and begin/goto . "
                    "The tagged-begin and begin/goto are two contructs, best described as 'begin with labels and gotos'."))))
  (define primary-file "control.scm")
  (define scribblings '(("manual.scrbl" ())))
  ; (define doc.txt "doc.txt")
  (define categories '(datastructures))
  (define repositories '("4.x"))
  (define version "2.0")
  (define release-notes '("Added documentation in Scribble form."))
  )