rumur 2020.01.11-1 source package in Ubuntu

Changelog

rumur (2020.01.11-1) unstable; urgency=medium

  * New upstream release.

  * Update autopkgtest tests to test the installed binaries and library.
    Previously this incorrectly ran the upstream test suite.

  * Update RUMUR_VERSION variable in rules from 2019.12.22-1 to 2020.01.11-1.

 -- Matthew Fernandez <email address hidden>  Sun, 12 Jan 2020 10:00:20 -0800

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_2020.01.11-1.dsc 2.0 KiB 44ef688713cb0bcef4ff9c3805c20dc1c8f0172476f68984cda3e03b340799f5
rumur_2020.01.11.orig.tar.gz 218.7 KiB 1b71feb320b8b0ec5caa8d68395cbaf5d4538c333e5ed1c2cb7f4a903c0f0cd4
rumur_2020.01.11-1.debian.tar.xz 4.0 KiB 771d5eb96fbbb1ba693e0e8de8f6afb2e2515847d5086fca9c027e9549891fee

Available diffs

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