opam-version: "2.0"
maintainer: "Claude.Marche@inria.fr"
authors: [
  "Jean-Christophe Filliâtre"
  "Claude Marché"
  "Yannick Moy"
  "Romain Bardou"
]
homepage: "http://krakatoa.lri.fr/"
license: "LGPL-2.1"
doc: ["http://krakatoa.lri.fr/#jessie"]
# dev-repo: "https://guest:guest@www.lri.fr/svn/demons/why2/trunk/"
bug-reports: "https://gforge.inria.fr/tracker/?atid=4012&group_id=999&func=browse"
tags: [
  "deductive"
  "program verification"
  "specification"
  "automated theorem prover"
  "interactive theorem prover"
  "Java"
  "JML"
  "C"
  "ACSL"
]
build: [
  ["rm" "configure"]
  ["autoconf"]
  ["./configure" "--prefix" prefix]
  [make]
]
depends: [
  "ocaml"
  "lablgtk" {<= "2.16.0"}
  "ocamlgraph" {>= "1.8.2" & < "1.8.6"}
  "coq" {>= "8.4pl1"}
  "frama-c" {= "10.0"}
  "alt-ergo" {>= "0.95"}
  "conf-autoconf"
]
depopts: [
  "why3"
]
conflicts: [
  "why3" {!= "0.83"}
]
patches: [
  "why-suppress-fatal-warnings.diff"
  "why-tuple.diff"
]
install: [make "install"]
synopsis: "Why is a software verification platform."
description: """
Why is not any longer under active development. Our efforts have moved
to the development of Why3.

Why is still maintained, in particular to provide the Jessie plug-in
of Frama-C and the Krakatoa front-end for Java."""
extra-files: [
  ["why-tuple.diff" "md5=e77bfc93dcda41d7e0247018bd24d2fa"]
  ["why-suppress-fatal-warnings.diff" "md5=7740f8146fcfe693a621050d2d169b91"]
]
url {
  src: "http://why.lri.fr/download/why-2.34.tar.gz"
  checksum: "md5=e622157c9b5cfc4e454a2a98bcc5828c"
}
