rumur 2021.09.29-1 source package in Ubuntu

Changelog

rumur (2021.09.29-1) unstable; urgency=medium

  * New upstream release.

  * Update Standards-Version from 4.5.1 to 4.6.0.1.

 -- Matthew Fernandez <email address hidden>  Sat, 02 Oct 2021 07:59:18 -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 Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
rumur_2021.09.29-1.dsc 2.0 KiB bf8338beacd62fbdf12017ffd0f1c3165d7cfc49bf4ea06c37df28d1b09a6772
rumur_2021.09.29.orig.tar.gz 306.2 KiB e61eb820375168955da24dd29e03033991695606263fe040566d20158c3c8cde
rumur_2021.09.29-1.debian.tar.xz 5.2 KiB 9bd34dfe1529c836085db35e7f3fe0482d2a035e265aeeb1dce565555bd3c354

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