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.
58 lines
1.4 KiB
58 lines
1.4 KiB
opam-version: "2.0"
|
|
name: "infer"
|
|
version: "0.17.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.7"}
|
|
"async" {>="v0.13.0" & < "v0.14"}
|
|
"atdgen" {>="2.0.0"}
|
|
"base64" {>="3.0.0"}
|
|
"cmdliner" {>="1.0.0"}
|
|
"core" {>="v0.13.0" & < "v0.14"}
|
|
"conf-autoconf" {build}
|
|
"conf-sqlite3" {build}
|
|
"conf-zlib" {build}
|
|
"ctypes" {>="0.9.2"}
|
|
"dune" {build & >="2.0"}
|
|
"javalib" {>="3.2.1"}
|
|
"mlgmpidl" {>="1.2.12"}
|
|
"mtime"
|
|
"ocaml" {>="4.08.0"}
|
|
"ocamlfind" {build}
|
|
"ocamlgraph"
|
|
"ounit" {>="2.0.5"}
|
|
"parmap" {>="1.0-rc8"}
|
|
"ppx_compare" {>= "v0.13.0" & < "v0.14"}
|
|
"ppx_deriving" {>="4.1"}
|
|
"ppx_fields_conv" {>="v0.13.0" & < "v0.14"}
|
|
"sawja" {>="1.5.8"}
|
|
"sqlite3"
|
|
"utop" {with-test}
|
|
"xmlm" {>="1.2.0"}
|
|
"yojson" {>="1.7.0"}
|
|
"zarith" {>="1.7"}
|
|
]
|
|
depexts: [
|
|
[ ["ubuntu"] ["python2.7-dev"] ]
|
|
[ ["debian"] ["python2.7-dev"] ]
|
|
[ ["ubuntu"] ["default-jdk"] ]
|
|
[ ["debian"] ["default-jdk"] ]
|
|
]
|