summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-12-18 22:41:32 +0100
committerMaciej Barć <xgqt@gentoo.org>2022-12-18 22:50:55 +0100
commit7fedb4d85d18416471f5f7fda0aec80c15cde3eb (patch)
tree3ca204c316db67c4870906f881a2fea2cff38f29 /sci-mathematics/yices2/metadata.xml
parentsci-mathematics/cudd: new package; add 3.0.0 (diff)
downloadgentoo-7fedb4d85d18416471f5f7fda0aec80c15cde3eb.tar.gz
gentoo-7fedb4d85d18416471f5f7fda0aec80c15cde3eb.tar.bz2
gentoo-7fedb4d85d18416471f5f7fda0aec80c15cde3eb.zip
sci-mathematics/yices2: new package; add 2.6.4
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics/yices2/metadata.xml')
-rw-r--r--sci-mathematics/yices2/metadata.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/sci-mathematics/yices2/metadata.xml b/sci-mathematics/yices2/metadata.xml
new file mode 100644
index 000000000000..0b8f70011239
--- /dev/null
+++ b/sci-mathematics/yices2/metadata.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="project">
+ <email>sci-mathematics@gentoo.org</email>
+ <name>Gentoo Mathematics Project</name>
+ </maintainer>
+ <longdescription>
+ Yices 2 is an SMT solver that decides the satisfiability of formulas
+ containing uninterpreted function symbols with equality, real and integer
+ arithmetic, bitvectors, scalar types, and tuples. Yices 2 supports both
+ linear and nonlinear arithmetic. Yices 2 can process input written in the
+ SMT-LIB notation (both versions 2.0 and 1.2 are supported). Alternatively,
+ you can write specifications using Yices 2's own specification language,
+ which includes tuples and scalar types. You can also use Yices 2 as a
+ library in your software.
+ </longdescription>
+ <use>
+ <flag name="mcsat">Enable support for MCSAT</flag>
+ </use>
+ <upstream>
+ <bugs-to>https://github.com/SRI-CSL/yices2/issues/</bugs-to>
+ <remote-id type="github">SRI-CSL/yices2</remote-id>
+ </upstream>
+</pkgmetadata>