@hackage CSPM-cspm0.2.0.0
cspm command line tool for analyzing CSPM specifications.
Categories
License
BSD-3-Clause
Maintainer
Marc Fontaine <fontaine@cs.uni-duesseldorf.de>
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (0)
- CSPM-CoreLanguage >=0.1 && <0.2
- CSPM-FiringRules >=0.1 && <0.2
- CSPM-Frontend >=0.3.0.0
- CSPM-Interpreter >=0.3 && <0.4
- base >=4.0 && <5.0
- cmdargs >=0.1 && <0.2 Show all…
Dependents (1)
@hackage/acme-everything
cspm is a small command line tool for analyzing CSPM specifications. It supports four modes of operation: 1) cspm eval -> evaluate an expression. 2) cspm trace -> interactively trace a process. 3) cspm dot -> compute the labeled transition system of a process and dump it as dot-file. 4) cspm fdr -> compute the LTS and dump it a fdr script suitable for refinement checking. cspm is not a full featured FDR replacement. The main purpose of cspm is to show how the different CSPM-packages work together. LTS computation can demonstrate nice speed-ups on multi-core machines (if the LTS contains enough branching).