11 lines
		
	
	
		
			310 B
		
	
	
	
		
			YAML
		
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			310 B
		
	
	
	
		
			YAML
		
	
	
	
homepage: "https://github.com/nlohmann/json"
 | 
						|
language: c++
 | 
						|
primary_contact: "niels.lohmann@gmail.com"
 | 
						|
auto_ccs:
 | 
						|
  - "tanujgarg@google.com"
 | 
						|
sanitizers:
 | 
						|
 - address
 | 
						|
 - undefined
 | 
						|
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
 | 
						|
#  - memory
 | 
						|
main_repo: 'https://github.com/nlohmann/json.git' |