opam-version: "1.2" name: "infer" version: "0.7.0" maintainer: "opam-devel@lists.ocaml.org" authors: "Facebook" homepage: "https://github.com/facebook/infer" bug-reports: "https://github.com/facebook/infer/issues" dev-repo: "https://github.com/facebook/infer.git" license: "BSD" build: [ ["echo" "building from opam is not supported yet"] ["exit" "1"] ] install: [] remove: [] ocaml-version: [ >= "4.02.1" ] depends: [ "ocamlfind" {build} "sawja" {>="1.5.1"} "atdgen" {>="1.6.0"} "javalib" {>="2.3.1"} "extlib" {>="1.5.4"} ] depexts: [ [ ["ubuntu"] ["python2.7-dev"] ] [ ["debian"] ["python2.7-dev"] ] ]