aboutsummaryrefslogtreecommitdiff
path: root/projects/re2/project.yaml
blob: 28f9c4bd2f722d2edee7a8621338d4622e9d15ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
homepage: "https://code.googlesource.com/re2"
language: c++
primary_contact: "junyer@google.com"
sanitizers:
  - address
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
#  - memory
  - undefined
architectures:
  - x86_64
  - i386
main_repo: 'https://code.googlesource.com/re2'