aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/exprtk/project.yaml
blob: ac0747e76066d260f9b261889632659c9ab664df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
homepage: "https://www.partow.net/programming/exprtk/index.html"
language: c++
primary_contact: "exprtk.dev@gmail.com"
auto_ccs:
    - "exprtk.dev@gmail.com"
fuzzing_engines:
    - libfuzzer
    - afl
    - honggfuzz
sanitizers:
    - address
    - undefined
    - memory
main_repo: 'https://github.com/ArashPartow/exprtk.git'