opam-version: "2.0"
maintainer: "Ivan Gotovchits <ivg@ieee.org>"
authors: "BAP Team"
homepage: "https://github.com/BinaryAnalysisPlatform/bap-veri/"
bug-reports: "https://github.com/BinaryAnalysisPlatform/bap-veri/issues"
dev-repo: "git://github.com/BinaryAnalysisPlatform/bap-veri/"
license: "MIT"

build: [
  [make]
]

install: [[make "install"]]

remove: [
  ["ocamlfind" "remove" "bap-plugin-veri" ]
  ["bapbundle" "remove" "veri.plugin"]
]

depends: [
  "ocaml" {>= "4.07.0" & < "4.10.0"}
  "bap"   {>= "2.1.0"}
  "bap-main"
  "bap-future"
  "bap-traces"
  "bap-core-theory"
  "monads"
  "cmdliner"
  "oasis" {build}
  "ounit"
  "pcre"
  "core_kernel" {>= "v0.12" & < "v0.13"}
  "textutils_kernel"   {>= "v0.12" & < "v0.13"}
  "uri"
]
synopsis: "BAP Instruction Semantics Verification Tool"
description: """
Verifies that our understaning of instruction semantics is correct, or
at least the same as in QEMU by checking if our execution bisimulates
the QEMU."""
flags: light-uninstall
url {
  src: "https://github.com/BinaryAnalysisPlatform/bap-veri/archive/v0.2.5.tar.gz"
  checksum: "md5=57cbf66ce4c20bac0f64b56b45ffe79a"
}
