package frama-c

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. schema : Uri.t;
  2. version : Version.t;
  3. runs : Run.t list;
}
val to_yojson : t -> Yojson.Safe.t
val create : ?schema:Uri.t -> ?version:Version.t -> runs:Run.t list -> unit -> t
OCaml

Innovation. Community. Security.