package tcx

  1. Overview
  2. Docs
type t = {
  1. major : int;
  2. minor : int;
  3. build_major : int option;
  4. build_minor : int option;
}