diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-09-27 04:31:52 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-09-27 04:31:52 +0000 |
commit | 2924f1268abb8b382bbf3c7c454960f7d7e024ab (patch) | |
tree | 6abf49d66b11b150f3cd936558c2ef5eecbf906d /sci-mathematics/coq/metadata.xml | |
parent | Bump (diff) | |
download | historical-2924f1268abb8b382bbf3c7c454960f7d7e024ab.tar.gz historical-2924f1268abb8b382bbf3c7c454960f7d7e024ab.tar.bz2 historical-2924f1268abb8b382bbf3c7c454960f7d7e024ab.zip |
Bump
Package-Manager: portage-2.2_rc86/cvs/Linux x86_64
Diffstat (limited to 'sci-mathematics/coq/metadata.xml')
-rw-r--r-- | sci-mathematics/coq/metadata.xml | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/sci-mathematics/coq/metadata.xml b/sci-mathematics/coq/metadata.xml index 059bdea3f8ec..948b4b1f508b 100644 --- a/sci-mathematics/coq/metadata.xml +++ b/sci-mathematics/coq/metadata.xml @@ -1,10 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci</herd> <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='norealanalysis'>Do not build real analysis modules (faster compilation)</flag> + <flag name='realanalysis'>Build real analysis modules (slower compilation)</flag> </use> </pkgmetadata> |