diff options
author | 2023-01-10 22:30:03 +0100 | |
---|---|---|
committer | 2023-01-11 00:17:59 +0100 | |
commit | 30a0e97a15345909414364403a7af8654b9e72cd (patch) | |
tree | 82fbdcccaa557ab298c88196ee8a165699ec0495 /sci-mathematics/cubicle/metadata.xml | |
parent | app-arch/bzip3: bump to 1.2.2 (diff) | |
download | gentoo-30a0e97a15345909414364403a7af8654b9e72cd.tar.gz gentoo-30a0e97a15345909414364403a7af8654b9e72cd.tar.bz2 gentoo-30a0e97a15345909414364403a7af8654b9e72cd.zip |
sci-mathematics/cubicle: new package; add 1.2.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics/cubicle/metadata.xml')
-rw-r--r-- | sci-mathematics/cubicle/metadata.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/sci-mathematics/cubicle/metadata.xml b/sci-mathematics/cubicle/metadata.xml new file mode 100644 index 000000000000..d3a0058bc0c9 --- /dev/null +++ b/sci-mathematics/cubicle/metadata.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> + <maintainer type="project"> + <email>ml@gentoo.org</email> + <name>ML</name> + </maintainer> + <maintainer type="project"> + <email>sci-mathematics@gentoo.org</email> + <name>Gentoo Mathematics Project</name> + </maintainer> + <longdescription> + Cubicle is an open source model checker for verifying safety properties of + array-based systems. This is a syntactically restricted class of + parametrized transition systems with states represented as arrays indexed + by an arbitrary number of processes. Cache coherence protocols and mutual + exclusion algorithms are typical examples of such systems. Cubicle + model-checks by a symbolic backward reachability analysis on infinite sets + of states represented by specific simple formulas, called cubes. Cubicle is + based on ideas introduced by MCMT from which, in addition to revealing the + implementation details, it differs in a more friendly input language and a + concurrent architecture. Cubicle is written in OCaml. Its SMT solver is a + tightly integrated, lightweight and enhanced version of Alt-Ergo; and its + parallel implementation relies on the Functory library. + </longdescription> + <upstream> + <bugs-to>https://github.com/cubicle-model-checker/cubicle/issues/</bugs-to> + <remote-id type="github">cubicle-model-checker/cubicle</remote-id> + </upstream> +</pkgmetadata> |