aboutsummaryrefslogtreecommitdiff
blob: 4ac4fb5dcdf90bc451a5fd7095bc554f16e90dfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>sci</herd>
	<longdescription>
		Alt-Ergo is an open source automatic theorem prover dedicated to program verification.
		It is an SMT solver based on CC(X): a congruence closure algorithm parameterized by an
		equational theory X. Alt-Ergo is based on a home-made SAT-solver and implements an
		instantiation mechanism for quantified formulas. Its architecture is summarized by the
		the following picture.
	</longdescription>
	<maintainer>
		<email>sci@gentoo.org</email>
	</maintainer>
	<use>
		<flag name="gtk">?gtk?</flag>
		<flag name="ocamlopt">?ocamlopt?</flag>
	</use>
</pkgmetadata>