1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
Source: maria
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ralf Treinen <treinen@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-elpa,
libreadline-dev,
libtinfo6,
libncurses-dev,
flex,
bison
Build-Depends-Indep: texinfo,
texi2html
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/science-team/maria
Vcs-Git: https://salsa.debian.org/science-team/maria.git
Homepage: http://www.tcs.hut.fi/Software/maria/
Rules-Requires-Root: no
Package: maria
Architecture: any
Section: math
Depends: ${shlibs:Depends},
${misc:Depends}
Recommends: maria-doc,
lbt,
graphviz
Conflicts: maria-vis
Replaces: maria-vis
Description: reachability analyzer for Algebraic System Nets
Maria is a powerful tool designed to aid engineers in modelling and
solving concurrency related problems in parallel and distributed
computing systems.
.
Maria finds deadlocks and violations against safety or liveness
requirements by exploring all states that can be reached from the
initial state of a system. The tool manages tens or hundreds of
millions of reachable states and enabled actions.
.
The expressive power of Maria's formalism is close to high-level
programming languages, thanks to its rich data type system and
powerful algebraic operations.
Package: maria-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: maria,
info | info-browser | www-browser
Description: documentation of Maria
This package contains the documentation of Maria, a reachability
analyzer for algebraic system nets, both in the formats info and html.
|