info.ss
#lang setup/infotab
  (define name "sb-world")
  (define categories '(media))
  (define help-desk-message
    "Mz/Mr: (require (planet \"install.ss\" (\"sbloch\" \"sb-world.plt\" 1 4)))")
  (define can-be-loaded-with 'all)
  (define scribblings '(("functions.scrbl" ())))
  (define primary-file "sb-world.ss")
  (define repositories '("4.x"))
  (define blurb
      `("The sb-world collection provides an alternative API for
animations, similar to the bundled \"world\" teachpack but more
functional and less imperative."))
  (define required-core-version "4.0")
  (define release-notes '((p "Corrected some documentation; added key-event? and key=?.")))