opam-version: "2.0"
maintainer: "Eike Ritter <E.Ritter@cs.bham.ac.uk>"
authors: ["Eike Ritter, Joshua Philipps, Bruno Blanchet, Vincent Cheval, and Marc Sylvestre "]
homepage: "http://sec.cs.bham.ac.uk/research/StatVerif"
bug-reports: "E.Ritter@cs.bham.ac.uk"
license: "GPL-2.0-only"
dev-repo: "git+https://github.com/rittere/statverif.git"
build: [
   [make]
]
install: [make "prefix=%{prefix}%" "install"]
remove: [["ocamlfind" "remove" "statverif"] ["rm" "-f" "%{bin}%/statverif"] ["rm" "-f" "%{bin}%/statveriftotex"]]
depends: [
  "ocaml"
  "ocamlfind" {build}
  "ocamlbuild" {build}
]
synopsis:
  "StatVerif: automated verifier for cryptographic protocols with state, based on ProVerif."
flags: light-uninstall
url {
  src: "https://github.com/rittere/statverif/archive/1.97pl1.1.tar.gz"
  checksum: "md5=0ee4792bb311ce03f0a100e3572118e8"
}
