aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/jsonnet/project.yaml
blob: feec146c7b3fac288c7730ab959539af9d09a236 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
homepage: "https://github.com/google/jsonnet"
language: c++
primary_contact: "dcunnin@google.com"
auto_ccs:
  - "sparkprime@gmail.com"

sanitizers:
  - address
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
# - memory
  - undefined

labels:
  convert_jsonnet_fuzzer:
    - sundew

architectures:
  - x86_64
  - i386
main_repo: 'https://github.com/google/jsonnet.git'