Name: simgi Version: 0.1.1 License: GPL license-file: COPYING copyright: (C) 2009 Markus Dittrich category: Scientific Simulation Synopsis: stochastic simulation engine Description: simgi is a stochastic simulation engine to model molecular systems using Gillespie's method. Author: Maintainer: stability: alpha build-type: Simple Homepage: http://simgi.sourceforge.net/ cabal-version: >= 1.6 extra-source-files: README Executable simgi Build-Depends: base, containers >= 0.1.0.0, parsec == 2.1.*, mtl >= 1.1.0.2, haskell98, random >= 1.0.0.1 ghc-options: -O2 Main-Is: simgi.hs hs-source-dirs: src