1homepage: "https://github.com/zlib-ng/zlib-ng"
2language: c++
3primary_contact: "zlib-ng@circlestorm.org"
4auto_ccs:
5  - "sebpop@gmail.com"
6  - "nathan.moinvaziri@gmail.com"
7fuzzing_engines:
8  - libfuzzer
9  - afl
10  - honggfuzz
11  - dataflow
12sanitizers:
13  - address
14  - memory
15  - undefined
16  - dataflow
17architectures:
18  - x86_64
19  - i386
20main_repo: 'https://github.com/zlib-ng/zlib-ng.git'
21