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.
		
		
		
		
		
			
		
			
				
					
					
						
							49 lines
						
					
					
						
							1.0 KiB
						
					
					
				
			
		
		
	
	
							49 lines
						
					
					
						
							1.0 KiB
						
					
					
				opam-version: "1.2"
 | 
						|
name: "infer"
 | 
						|
version: "0.11.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: [
 | 
						|
  ["./autogen.sh"]
 | 
						|
  ["./configure"
 | 
						|
     "--disable-c-analyzers"
 | 
						|
     "--prefix=%{prefix}%"]
 | 
						|
  ["make" "-j%{jobs}%"]
 | 
						|
]
 | 
						|
install: [
 | 
						|
  ["make" "install"]
 | 
						|
]
 | 
						|
remove: [
 | 
						|
  ["./autogen.sh"]
 | 
						|
  ["./configure"
 | 
						|
     "--disable-c-analyzers"
 | 
						|
     "--prefix=%{prefix}%"]
 | 
						|
  ["make" "uninstall"]
 | 
						|
]
 | 
						|
ocaml-version: [ >= "4.04.0" ]
 | 
						|
depends: [
 | 
						|
  "ANSITerminal" {>="0.7"}
 | 
						|
  "atdgen" {>="1.6.0"}
 | 
						|
  "core" {<"v0.9"}
 | 
						|
  "conf-autoconf"
 | 
						|
  "ctypes" {>="0.9.2"}
 | 
						|
  "extlib-compat"
 | 
						|
  "javalib" {>="2.3.3"}
 | 
						|
  "ocamlfind" {build}
 | 
						|
  "ounit" {="2.0.0"}
 | 
						|
  "ppx_deriving" {>="4.1"}
 | 
						|
  "reason" {="1.13.4"}
 | 
						|
  "sawja" {>="1.5.2"}
 | 
						|
  "xmlm" {>="1.2.0"}
 | 
						|
]
 | 
						|
depexts: [
 | 
						|
  [ ["ubuntu"] ["python2.7-dev"] ]
 | 
						|
  [ ["debian"] ["python2.7-dev"] ]
 | 
						|
  [ ["ubuntu"] ["default-jdk"] ]
 | 
						|
  [ ["debian"] ["default-jdk"] ]
 | 
						|
]
 |