opam-version: "2.0" maintainer: "Josh Berdine " authors: "Josh Berdine " homepage: "https://github.com/facebook/infer/tree/master/sledge" bug-reports: "https://github.com/facebook/infer/issues/new?template=sledge_issue_template.md" dev-repo: "git://github.com/facebook/infer.git" license: "MIT" build: [ [make "release"] ] depends: [ "ocaml" "apron" {>= "v0.9.13"} "base" "containers" "containers-data" "core" {>= "v0.14"} "crunch" {build} "ctypes" "ctypes-foreign" "dune" {build & >= "2.7"} "dune-build-info" {build} "fpath" "iter" "llvm" {= "8.0.0"} "mtime" "ppx_compare" "ppx_hash" "ppxlib" {< "0.16.0"} "shexp" "smtlib-utils" "yojson" "zarith" ] synopsis: "SLEdge analyzer" description: "SLEdge analyzer"