summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTupone Alfredo <tupone@gentoo.org>2017-10-19 21:43:39 +0200
committerTupone Alfredo <tupone@gentoo.org>2017-10-19 21:43:39 +0200
commiteb5feee2d87d486910df3c8b3cb505f1eb0e47c3 (patch)
treebb8da3e495b6ba2aed64ab1739b6cadb83379162 /sci-mathematics/why3-for-spark/metadata.xml
parentdev-php/libvirt-php: Drop old (diff)
downloadgentoo-eb5feee2d87d486910df3c8b3cb505f1eb0e47c3.tar.gz
gentoo-eb5feee2d87d486910df3c8b3cb505f1eb0e47c3.tar.bz2
gentoo-eb5feee2d87d486910df3c8b3cb505f1eb0e47c3.zip
sci-mathematics/why3-for-spark: Adding why3 for spark
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'sci-mathematics/why3-for-spark/metadata.xml')
-rw-r--r--sci-mathematics/why3-for-spark/metadata.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/sci-mathematics/why3-for-spark/metadata.xml b/sci-mathematics/why3-for-spark/metadata.xml
new file mode 100644
index 000000000000..6dbb21558b6c
--- /dev/null
+++ b/sci-mathematics/why3-for-spark/metadata.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+ <email>sci-mathematics@gentoo.org</email>
+ <name>Gentoo Mathematics Project</name>
+</maintainer>
+<longdescription>
+ Why3 is a platform for deductive program verification. It provides
+ a rich language for specification and programming, called WhyML,
+ and relies on external theorem provers, both automated and interactive,
+ to discharge verification conditions. Why3 comes with a standard
+ library of logical theories (integer and real arithmetic, Boolean
+ operations, sets and maps, etc.) and basic programming data structures
+ (arrays, queues, hash tables, etc.). A user can write WhyML programs
+ directly and get correct-by-construction OCaml programs through an
+ automated extraction mechanism. WhyML is also used as an intermediate
+ language for the verification of C, Java, or Ada programs.
+</longdescription>
+<use>
+ <flag name="coq">Add <pkg>sci-mathematics/coq</pkg> support</flag>
+ <flag name="html">Build HTML documentation</flag>
+ <flag name="hypothesis-selection">Enable hypothesis selection</flag>
+ <flag name="profiling">Enable profiling</flag>
+ <flag name="zarith">Use <pkg>dev-ml/zarith</pkg></flag>
+</use>
+</pkgmetadata>