aboutsummaryrefslogtreecommitdiff
path: root/projects/relic/project.yaml
blob: c3d3016a8a30f8df89eed771f07f3d1db6fdc3ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
homepage: "https://github.com/relic-toolkit/relic"
language: c++
primary_contact: "guidovranken@gmail.com"
main_repo: "https://github.com/relic-toolkit/relic"
auto_ccs:
    - "dfaranha@gmail.com"
sanitizers:
 - address
 - undefined
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
#  - memory
architectures:
 - x86_64
 - i386