aboutsummaryrefslogtreecommitdiff
path: root/projects/cmark/project.yaml
blob: 0d1a8875c3646a996079bddeff77bf0471d34571 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
homepage: "http://commonmark.org"
language: c++
primary_contact: "jgm@berkeley.edu"
auto_ccs:
  - "wellnhofer@aevum.de"
fuzzing_engines:
  - libfuzzer
  - afl
  - honggfuzz
  - dataflow
sanitizers:
  - address
  - memory
  - undefined
  - dataflow
architectures:
  - x86_64
  - i386
main_repo: 'https://github.com/commonmark/cmark.git'