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

build   : [make "-C" "saluki" "build"]
install : [make "-C" "saluki" "install"]
remove  : ["bapbundle" "remove" "saluki.plugin"]
depends: [
  "ocaml"
  "bap-std"  {= "1.5.0"}
  "bap-callsites" {= "1.5.0"}
  "bap-taint-propagator" {= "1.5.0"}
]
synopsis:
  "A verification framework for detecting vulnerability patterns in binaries"
description: """
Saluki framework allows users to easily specify properties for de-
tecting taint-style vulnerabilities automatically, drastically
reducing the need for manual auditing of binaries. Prop- erties are
formally verified over a program model which abstracts the concrete
program."""
url {
  src: "https://github.com/BinaryAnalysisPlatform/bap-plugins/archive/bap-1.5.tar.gz"
  checksum: "md5=703c7f04f24dc3a543088d166e610abd"
}
