blob: 63d5c1e7d5ffe999f3b1d92a44db0b1cbd1861a5 (
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
26
27
28
29
30
31
32
33
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci-mathematics@gentoo.org</email>
<name>Gentoo Mathematics Project</name>
</maintainer>
<longdescription>
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>
<upstream>
<changelog>https://github.com/rocq-prover/rocq/releases/</changelog>
<bugs-to>https://github.com/rocq-prover/rocq/issues/</bugs-to>
</upstream>
<use>
<flag name="native-compiler">
Enable "native_compute" and compile the Coq Standard Library
</flag>
</use>
<origin>baldeagleos-repo</origin>
</pkgmetadata>
|