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: [
  ["oasis" "setup"]
  ["./configure" "--prefix=%{prefix}%"]
  [make]
]

install: [[make "install"]]

remove: [
  ["ocamlfind" "remove" "bap-veri"]
  ["rm" "-f" "%{bin}%/bap-veri"]
]

depends: [
  "ocaml" {>= "4.02.3"}
  "bap-std" {= "1.0.0"}
  "bap-traces" {= "1.0.0"}
  "cmdliner"
  "oasis" {build}
  "ounit"
  "pcre"
  "textutils" {< "v0.9"}
  "uri"
]
synopsis: "BAP verification tool"
flags: light-uninstall
url {
  src:
    "https://github.com/BinaryAnalysisPlatform/bap-veri/archive/v0.2.tar.gz"
  checksum: "md5=1bdbbeee1d2c143609690720f3860521"
}
