opam-version: "2.0"
maintainer: "The Charles Stark Draper Laboratory, Inc. <github@draper.com>"
authors: "The Charles Stark Draper Laboratory, Inc. <github@draper.com>"
homepage: "https://github.com/draperlaboratory/cbat_tools/"
bug-reports: "https://github.com/draperlaboratory/cbat_tools/issues"
dev-repo: "git+https://github.com/draperlaboratory/cbat_tools"
license: "MIT"
build: [
  [make "-C" "value_set"]
]
install: [[make "install" "-C" "value_set"]]
remove: [[make "uninstall" "-C" "value_set"]]
depends: [
  "ocaml" {>= "4.03" & < "4.06"}
  "bap-std" {= "1.5.0"}
  "ppx_deriving"
]
synopsis: "Value set analysis made in bap ecosystem"

description: """
A BAP plugin that implements VSA and uses circular linear progressions
to abstract over sets of possible values.
"""

url {
  src: "https://github.com/draperlaboratory/cbat_tools/archive/v0.1.tar.gz"
  checksum: "md5=f0cce621aba8c83277a54c11f7b3fc67"
}
