libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

project.yaml (355B)


      1 homepage: "https://www.gnu.org/software/libextractor/"
      2 language: c
      3 primary_contact: "grothoff@gnu.org"
      4 auto_ccs:
      5   - "libextractor@gnu.org"
      6 main_repo: "https://git.gnunet.org/libextractor.git"
      7 file_github_issue: false
      8 fuzzing_engines:
      9   - libfuzzer
     10   - afl
     11   - honggfuzz
     12 sanitizers:
     13   - address
     14   - undefined
     15   - memory
     16 architectures:
     17   - x86_64
     18   - i386