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/"]
# 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"
license: "LGPL-2.1"
tags: [
  "deductive"
  "program verification"
  "specification"
  "automated theorem prover"
  "interactive theorem prover"
  "Java"
  "JML"
  "C"
  "ACSL"
]
substs: ["opam.patch"]
build: [
  ["autoconf"]
  [
    "./configure"
    "--enable-verbosemake"
    "OCAMLGRAPHLIB=%{lib}%/ocamlgraph"
    "--prefix"
    prefix
    "--sbindir=%{lib}%/why/sbin"
    "--libexecdir=%{lib}%/why/libexec"
    "--sysconfdir=%{lib}%/why/etc"
    "--sharedstatedir=%{lib}%/why/com"
    "--localstatedir=%{lib}%/why/var"
    "--libdir=%{lib}%/why/lib"
    "--includedir=%{lib}%/why/include"
    "--datarootdir=%{lib}%/why/share"
  ]
  [make]
]
depends: [
  "ocaml"
  "lablgtk" {<= "2.16.0"}
  "ocamlgraph" {= "1.8.2"}
  "why3" {= "0.81"}
  "coq" {>= "8.4pl1"}
  "frama-c" {= "8.0"}
  "alt-ergo" {>= "0.95"}
  "conf-autoconf"
]
patches: [
  "opam.patch"
  "warn-error.patch"
]
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: [
  ["warn-error.patch" "md5=2686e176f48ec00aa9d76dc6743f2886"]
  ["opam.patch.in" "md5=892a95f565fe18b15eb03e6f2bc6a1e7"]
]
url {
  src: "http://why.lri.fr/download/why-2.32.tar.gz"
  checksum: "md5=8983b1058bd651a4eb3db16fa23a458b"
}
