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/"
doc: ["http://krakatoa.lri.fr/"]
bug-reports: "https://gforge.inria.fr/tracker/?atid=4012&group_id=999&func=browse"
license: "LGPL-2.1"
tags: [
  "deductive"
  "program verification"
  "specification"
  "automated theorem prover"
  "interactive theorem prover"
  "Java"
  "JML"
  "C"
  "ACSL"
]
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
install: [
  [make "install"]
]
remove: [
  ["rm" "%{prefix}%/bin/jessie"]
  ["rm" "%{prefix}%/bin/krakatoa"]
  ["rm" "-rf" "%{prefix}%/lib/why"]
]
depends: [
  "ocaml" {>= "4.01.0"}
  "why3" {>= "0.86" & <= "0.87.1"}
  "frama-c" {= "12.1"}
  "conf-autoconf"
]
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.

This version is compatible with Frama-C version Magnesium."""
flags: light-uninstall
url {
  src: "http://why.lri.fr/download/why-2.36.tar.gz"
  checksum: "md5=9b26f8d039ab5a04ed16f5ca8b96a780"
}
