info.ss
(module info (lib "infotab.ss" "setup")
  (define name "Simulation")
  (define blurb
    (list "Implements an integrated discrete event and continuous simulation engine."))
  (define release-notes
    (list "Version 2.2 includes some additional graphical examples.  See the "
          "examples directory (in the PLaneT cache).  All of the graphical "
          "examples can be run under either DrScheme or MrEd (mred -r ...)."))
  (define categories '(scientific))
  (define doc.txt "doc.txt")
  (define html-docs (list "html"))
  (define primary-file "simulation-with-graphics.ss")
  (define version "2.2")
)