package tcx

  1. Overview
  2. Docs
type t = {
  1. version : Version.t;
  2. build_type : Build_type.t option;
  3. time : string option;
  4. builder : string option;
}