aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/json/project.yaml
blob: 927bfc52aca996c026ed1664c3b221b83561ce28 (plain)
1
2
3
4
5
6
7
8
9
10
11
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'