opam-version: "2.0" maintainer: "Eike Ritter " 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" {< "5.0.0"} "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: [ "sha256=9156f24064ca765cf018073636812cb46b9a454481f865b8d41454a635befe3d" "md5=8ff654f628af23cb7921f277efabc574" ] }