info.ss
#lang setup/infotab
(define name "Simulation")
(define blurb
  (list "Implements an integrated discrete event and continuous simulation engine."))
(define release-notes
  (list "Version 3.0 updates the simulation collection to be compatible with PLT Scheme V4.0."))
(define categories '(scientific))
(define doc.txt "doc.txt")
(define html-docs (list "html"))
(define primary-file "simulation-with-graphics.ss")
(define version "3.0")
(define repositories
  (list "4.x"))
(define compile-omit-paths
  (list "html" "private"))