You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
735 B
31 lines
735 B
opam-version: "2.0"
|
|
maintainer: "Josh Berdine <jjb@fb.com>"
|
|
authors: "Josh Berdine <jjb@fb.com>"
|
|
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: [
|
|
["dune" "build" "_build/opt/bin/sledge.exe" "-j" jobs]
|
|
["dune" "install" "--context=opt" "sledge"]
|
|
]
|
|
depends: [
|
|
"ocaml"
|
|
"apron"
|
|
"base" {>= "v0.12.0"}
|
|
"core"
|
|
"crunch" {build}
|
|
"ctypes"
|
|
"ctypes-foreign"
|
|
"dune" {>= "2.0" build}
|
|
"dune-build-info"
|
|
"llvm" {= "8.0.0"}
|
|
"ppx_compare"
|
|
"ppx_hash"
|
|
"shexp"
|
|
"yojson"
|
|
"zarith"
|
|
]
|
|
synopsis: "SLEdge analyzer"
|
|
description: "SLEdge analyzer"
|