#lang setup/infotab (define name "Simulation") (define blurb (list "Implements an integrated discrete event and continuous simulation engine.")) (define release-notes (list "Version 3.2 corrects the info.ss to allow a correct load from PLaneT.")) (define categories '(scientific)) (define scribblings '(("scribblings/simulation.scrbl" (multi-page)))) (define primary-file '("simulation.ss" "simulation-with-graphics.ss")) (define repositories (list "4.x")) (define compile-omit-paths '("private"))