info.ss
(module info (lib "infotab.ss" "setup")
  (define name "generator")
  (define blurb '("Provides nice syntactic sugar for writing Python/Ruby style generators."))
  (define release-notes '("Adjusted code to use the control operators in (lib \"control.ss\")."
                          "  Also fixed a minor error-reporting bug when the generator is exhaused."))
  (define categories '(misc))
  (define can-be-loaded-with 'all)
  (define doc.txt "doc.txt")
  
  (define homepage "http://hkn.eecs.berkeley.edu/~dyoo/plt/generator/index.html")
  (define primary-file "generator.ss")
  (define required-core-version "360")
  (define version "1.1"))