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"]
depends: [
  "ocaml"
  "ocamlfind" {build}
  "ocamlbuild" {build}
]
synopsis:
"StatVerif: automated verifier for cryptographic protocols with state, based on ProVerif"
url {
  src: "https://github.com/rittere/statverif/archive/1.97pl1.2.tar.gz"
  checksum: "md5=8ff654f628af23cb7921f277efabc574"
}
