package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. name : string;
  2. fullName : string;
  3. informationUri : string;
  4. organization : string;
  5. version : string;
  6. rules : ReportingDescriptor.t list;
}
val to_yojson : t -> Yojson.Safe.t
val _ : t -> Yojson.Safe.t