aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/cmark/project.yaml
blob: 1616c7a38d8c900722d99d59bf10e61ab7490107 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
homepage: "http://commonmark.org"
language: c++
primary_contact: "jgm@berkeley.edu"
auto_ccs:
  - "kivikakk@github.com"
  - "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'