package kubecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Info contains versioning information. how we'll want to distribute that information.

type t
val to_yojson : t -> Yojson.Safe.t
val make : platform:string -> minor:string -> major:string -> go_version:string -> git_version:string -> git_tree_state:string -> git_commit:string -> compiler:string -> build_date:string -> unit -> t
val build_date : t -> string
val compiler : t -> string
val git_commit : t -> string
val git_tree_state : t -> string
val git_version : t -> string
val go_version : t -> string
val major : t -> string
val minor : t -> string
val platform : t -> string
module Object : Object.S with type value := t
OCaml

Innovation. Community. Security.