rumur 2023.11.27-1 source package in Ubuntu
Changelog
rumur (2023.11.27-1) unstable; urgency=medium * New upstream release. -- Matthew Fernandez <email address hidden> Sun, 10 Dec 2023 11:26:23 +1100
Upload details
- Uploaded by:
- Matthew Fernandez
- Uploaded to:
- Sid
- Original maintainer:
- Matthew Fernandez
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Noble | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
rumur_2023.11.27-1.dsc | 2.0 KiB | 9ce9a2017b90843a429626654d674aeb7e6230cb2c5cb2813bf6c6849b281b09 |
rumur_2023.11.27.orig.tar.gz | 310.8 KiB | af7653196b5a651697ff232ca5bef6e7b175aaa95653e33a40cd91587fed5d4f |
rumur_2023.11.27-1.debian.tar.xz | 5.1 KiB | 6a5f52cb946facd506581f7ac630ee323cb4eb24021165989b54703d4dd0dfd7 |
Available diffs
- diff from 2023.05.21-1 to 2023.11.27-1 (9.3 KiB)
No changes file available.
Binary packages built by this source
- rumur: model checker for the Murphi language
Rumur is a model checker for use in the formal verification of finite state
machines specified in the Murphi modelling language. It is based on a previous
tool, CMurphi, and attempts to provide an approximate drop-in replacement for
CMurphi.
.
Rumur works by reading an input file describing a collection of state variables
and transition rules, from which it generates a C program to verify safety and
security properties of this state machine. The generated verifier works by
exhaustively exploring the state space, checking for violation of invariants or
deadlocks.
.
In comparison to CMurphi, Rumur generates a verifier that runs significantly
faster and uses less memory on large input problems. Rumur comes with an
optional wrapper script, rumur-run, that streamlines the process of generating
a verifier, compiling it, and then running it. This wrapper requires Python.
- rumur-dbgsym: debug symbols for rumur