package frama-c

  1. Overview
  2. Docs

doc/frama-c-markdown-report.core/Markdown_report/Sarif/Driver/index.html

Module Sarif.DriverSource

Sourcetype t = {
  1. name : string;
  2. fullName : string;
  3. version : string;
  4. semanticVersion : string;
  5. fileVersion : string;
  6. downloadUri : string;
  7. informationUri : string;
  8. sarifLoggerVersion : string;
  9. language : string;
  10. properties : Properties.t;
}
Sourceval to_yojson : t -> Yojson.Safe.t
Sourceval create : name:string -> ?fullName:string -> ?version:string -> ?semanticVersion:string -> ?fileVersion:string -> ?downloadUri:string -> ?informationUri:string -> ?sarifLoggerVersion:string -> ?language:string -> ?properties:Properties.t -> unit -> t
Sourceval default : t
OCaml

Innovation. Community. Security.