summaryrefslogtreecommitdiff
blob: 948b4b1f508b3059aba7ee9352e9a1ac796a8be6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>ml</herd>
<herd>sci-mathematics</herd>
<longdescription lang='en'>
  Developed in the LogiCal project, the Coq tool is a formal proof
  management system: a proof done with Coq is mechanically checked
  by the machine.
  In particular, Coq allows:
  * the definition of functions or predicates,
  * to state mathematical theorems and software specifications,
  * to develop interactively formal proofs of these theorems,
  * to check these proofs by a small certification "kernel".
  Coq is based on a logical framework called "Calculus of Inductive
  Constructions" extended by a modular development system for
  theories.
</longdescription>
<use>
  <flag name='norealanalysis'>Do not build real analysis modules (faster compilation)</flag>
  <flag name='realanalysis'>Build real analysis modules (slower compilation)</flag>
</use>
</pkgmetadata>