summaryrefslogtreecommitdiff
path: root/sci-mathematics/vampire/metadata.xml
blob: 4785a01c9b0547b1bd6b9035489a0ee7e481fb9b (plain)
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
<?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>