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.
		
		
		
		
		
			
		
			
				
					
					
						
							29 lines
						
					
					
						
							644 B
						
					
					
				
			
		
		
	
	
							29 lines
						
					
					
						
							644 B
						
					
					
				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"}
 | 
						|
  "ounit" {>="2.0.0"}
 | 
						|
]
 | 
						|
depexts: [
 | 
						|
  [ ["ubuntu"] ["python2.7-dev"] ]
 | 
						|
  [ ["debian"] ["python2.7-dev"] ]
 | 
						|
]
 |