diff options
author | Maciej Barć <xgqt@gentoo.org> | 2021-12-11 15:40:09 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2021-12-11 15:41:10 +0100 |
commit | 44429a0128b114f807d95827b5eb509b065cc90f (patch) | |
tree | c74704abfcde61e6cbc50b7ccd14eca2a026a507 /sci-mathematics/vampire/metadata.xml | |
parent | dev-lang/yap: update patchset for x86 fixes (diff) | |
download | gentoo-44429a0128b114f807d95827b5eb509b065cc90f.tar.gz gentoo-44429a0128b114f807d95827b5eb509b065cc90f.tar.bz2 gentoo-44429a0128b114f807d95827b5eb509b065cc90f.zip |
sci-mathematics/vampire: new package; add version 4.6.1
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics/vampire/metadata.xml')
-rw-r--r-- | sci-mathematics/vampire/metadata.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sci-mathematics/vampire/metadata.xml b/sci-mathematics/vampire/metadata.xml new file mode 100644 index 000000000000..4785a01c9b05 --- /dev/null +++ b/sci-mathematics/vampire/metadata.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> + <maintainer type="person"> + <email>xgqt@gentoo.org</email> + <name>Maciej Barć</name> + </maintainer> + <longdescription> + Vampire is a theorem prover, that is, a system able to prove theorems — + although now it can do much more! Its main focus is in proving theorems in + first-order logic but it can also prove non-theorems and build finite + models, as well as reasoning in combinations of theories, such as + arithmetic, arrays, and datatypes, and with higher-order logic. + The development of Vampire began in 1994 and has survived a number of + rewritings. + </longdescription> + <upstream> + <bugs-to>https://github.com/vprover/vampire/issues/</bugs-to> + <remote-id type="github">vprover/vampire</remote-id> + </upstream> + <use> + <flag name="z3">Enable support for <pkg>sci-mathematics/z3</pkg></flag> + </use> +</pkgmetadata> |