rumur 2025.08.31-1 source package in Ubuntu
Changelog
rumur (2025.08.31-1) unstable; urgency=medium * New upstream release. * Update Standards-Version from 4.7.0 to 4.7.2. * Update CMake build requirement from 3.2 to 3.5. Closes: #1113481. -- Matthew Fernandez <email address hidden> Sun, 31 Aug 2025 20:59:02 -0700
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 | |
|---|---|---|---|---|
| Resolute | proposed | universe | misc |
Downloads
| File | Size | SHA-256 Checksum |
|---|---|---|
| rumur_2025.08.31-1.dsc | 2.0 KiB | 08a9b7ead3c7e82c3c0b874b7e5f30df8eae762a0d5d6413219d005f7c0d5637 |
| rumur_2025.08.31.orig.tar.gz | 346.1 KiB | 5be73475ec4dd9f59596c62e84a428ebe1efead9b8ded4e9bfda70c4b07651ce |
| rumur_2025.08.31-1.debian.tar.xz | 6.4 KiB | 23d0cd8d2b895fc575f13ea3077c552b3545b0ed5bd806060772948de3b81bb7 |
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
