Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add package for the newest version of Why3 #555

Merged
merged 1 commit into from
Mar 22, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/why3.0.80/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Next generation of the Why software verification platform
Why3 clearly separates the purely logical specification part from
generation of verification conditions for programs. It features a rich
library of proof task transformations that can be chained to produce a
suitable input for a large set of theorem provers, including SMT
solvers, TPTP provers, as well as interactive proof assistants.
11 changes: 11 additions & 0 deletions packages/why3.0.80/files/why3.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
bin: [
"bin/why3session.opt" {"why3session"}
"bin/why3replayer.opt" {"why3replayer"}
"?bin/why3ml.opt" {"why3ml"}
"?bin/why3ide.opt" {"why3ide"}
"bin/why3doc.opt" {"why3doc"}
"bin/why3config.opt" {"why3config"}
"bin/why3bench.opt" {"why3bench"}
"bin/why3-cpulimit"
"bin/why3.opt" {"why3"}
]
14 changes: 14 additions & 0 deletions packages/why3.0.80/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
opam-version: "1"
maintainer: "contact@ocamlpro.com"
build: [
["./configure" "--prefix" "%{prefix}%" "--sbindir=%{lib}%/why3/sbin" "--libexecdir=%{lib}%/why3/libexec" "--sysconfdir=%{lib}%/why3/etc" "--sharedstatedir=%{lib}%/why3/com" "--localstatedir=%{lib}%/why3/var" "--libdir=%{lib}%/why3/lib" "--includedir=%{lib}%/why3/include" "--datarootdir=%{lib}%/why3/share"]
[make]
[make "install"]
]
depends: [
"ocamlgraph" {= "1.8.2"}
"coq" {= "8.3"}
"alt-ergo"
"sqlite3-ocaml"
]
depopts: ["lablgtk"]
2 changes: 2 additions & 0 deletions packages/why3.0.80/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://gforge.inria.fr/frs/download.php/31724/why3-0.80.tar.gz"
checksum: "4b50adf812a34879be92f27f25be7ec9"