opam-version: "2.0"
name: "infer"
version: "0.16.0"
synopsis: "A static analyzer for Java, C, C++, and Objective-C"
maintainer: "the infer team"
authors: "Facebook"
homepage: "https://github.com/facebook/infer"
bug-reports: "https://github.com/facebook/infer/issues"
dev-repo: "git://github.com/facebook/infer.git"
license: "MIT"
build: [
  ["./autogen.sh"]
  ["./configure"
     "--disable-c-analyzers"
     "--prefix=%{prefix}%"]
  [make "-j" jobs]
  [make "-j" jobs "config_tests"] {with-test}
]
install: [
  [make "install"]
]
depends: [
  "ANSITerminal" {= "0.8.1"}
  "apron" {= "20160125"}
  "atd" {= "2.0.0"}
  "atdgen" {= "2.0.0"}
  "atdgen-runtime" {= "2.0.0"}
  "base" {= "v0.12.2"}
  "base-bigarray" {= "base"}
  "base-bytes" {= "base"}
  "base-threads" {= "base"}
  "base-unix" {= "base"}
  "base64" {= "3.2.0"}
  "base_bigstring" {= "v0.12.0"}
  "base_quickcheck" {= "v0.12.0"}
  "bin_prot" {= "v0.12.0"}
  "biniou" {= "1.2.0"}
  "camlidl" {= "1.05"}
  "camlp4" {= "4.07+1"}
  "camlzip" {= "1.08"}
  "cmdliner" {= "1.0.4"}
  "conf-autoconf" {= "0.1"}
  "conf-gmp" {= "1"}
  "conf-m4" {= "1"}
  "conf-mpfr" {= "1"}
  "conf-perl" {= "1"}
  "conf-pkg-config" {= "1.1"}
  "conf-sqlite3" {= "1"}
  "conf-which" {= "1"}
  "conf-zlib" {= "1"}
  "core" {= "v0.12.3"}
  "core_kernel" {= "v0.12.2"}
  "cppo" {= "1.6.6"}
  "ctypes" {= "0.14.0"}
  "dune" {= "1.10.0"}
  "easy-format" {= "1.3.1"}
  "elina" {= "1.1"}
  "extlib" {= "1.7.5"}
  "fieldslib" {= "v0.12.0"}
  "integers" {= "0.2.2"}
  "jane-street-headers" {= "v0.12.0"}
  "javalib" {= "3.1"}
  "jbuilder" {= "transition"}
  "jst-config" {= "v0.12.0"}
  "menhir" {= "20190626"}
  "mlgmpidl" {= "1.2.10"}
  "mtime" {= "1.1.0"}
  "num" {= "1.2"}
  "ocaml" {= "4.07.1"}
  "ocaml-compiler-libs" {= "v0.12.0"}
  "ocaml-config" {= "1"}
  "ocaml-migrate-parsetree" {= "1.4.0"}
  "ocaml-variants" {= "4.07.1+flambda"}
  "ocamlbuild" {= "0.14.0"}
  "ocamlfind" {= "1.8.0"}
  "ocamlgraph" {= "1.8.8"}
  "octavius" {= "1.2.0"}
  "ounit" {= "2.0.8"}
  "parmap" {= "1.0-rc10"}
  "parsexp" {= "v0.12.0"}
  "ppx_assert" {= "v0.12.0"}
  "ppx_base" {= "v0.12.0"}
  "ppx_bench" {= "v0.12.0"}
  "ppx_bin_prot" {= "v0.12.1"}
  "ppx_compare" {= "v0.12.0"}
  "ppx_custom_printf" {= "v0.12.1"}
  "ppx_derivers" {= "1.2.1"}
  "ppx_deriving" {= "4.4"}
  "ppx_enumerate" {= "v0.12.0"}
  "ppx_expect" {= "v0.12.0"}
  "ppx_fail" {= "v0.12.0"}
  "ppx_fields_conv" {= "v0.12.0"}
  "ppx_hash" {= "v0.12.0"}
  "ppx_here" {= "v0.12.0"}
  "ppx_inline_test" {= "v0.12.0"}
  "ppx_jane" {= "v0.12.0"}
  "ppx_js_style" {= "v0.12.0"}
  "ppx_let" {= "v0.12.0"}
  "ppx_module_timer" {= "v0.12.0"}
  "ppx_optcomp" {= "v0.12.0"}
  "ppx_optional" {= "v0.12.0"}
  "ppx_pipebang" {= "v0.12.0"}
  "ppx_sexp_conv" {= "v0.12.0"}
  "ppx_sexp_message" {= "v0.12.0"}
  "ppx_sexp_value" {= "v0.12.0"}
  "ppx_stable" {= "v0.12.0"}
  "ppx_tools" {= "5.1+4.06.0"}
  "ppx_typerep_conv" {= "v0.12.0"}
  "ppx_variants_conv" {= "v0.12.0"}
  "ppxfind" {= "1.3"}
  "ppxlib" {= "0.8.0"}
  "re" {= "1.9.0"}
  "result" {= "1.4"}
  "sawja" {= "1.5.6"}
  "seq" {= "base"}
  "sexplib" {= "v0.12.0"}
  "sexplib0" {= "v0.12.0"}
  "spawn" {= "v0.13.0"}
  "splittable_random" {= "v0.12.0"}
  "sqlite3" {= "4.4.1"}
  "stdio" {= "v0.12.0"}
  "time_now" {= "v0.12.0"}
  "topkg" {= "1.0.0"}
  "typerep" {= "v0.12.0"}
  "variantslib" {= "v0.12.0"}
  "xmlm" {= "1.3.0"}
  "yojson" {= "1.7.0"}
  "zarith" {= "1.7"}
]
depexts: [
  [ ["ubuntu"] ["python2.7-dev"] ]
  [ ["debian"] ["python2.7-dev"] ]
  [ ["ubuntu"] ["default-jdk"] ]
  [ ["debian"] ["default-jdk"] ]
]