package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Core_kernel.Version_util end with module Application_specific_fields := Core_kernel.Version_util.Application_specific_fields
val version : Base.String.t

all hg repos and their versions

val version_list : Base.String.t Base.List.t

same as version, but one string per line

val build_info : Base.String.t

Various additional information about the circumstances of the build: who built it, when, on what machine, etc. build_info is the information as it was generated by the build system. reprint_build_info parses and prints the string back, which alters a bit the layout and order of the fields but more importantly allows to display times in the current zone.

val build_info_as_sexp : Core_kernel.Sexp.t
val reprint_build_info : (Base.Float.t -> Core_kernel.Sexp.t) -> Base.String.t
val x_library_inlining : Base.Bool.t
val portable_int63 : Base.Bool.t
val dynlinkable_code : Base.Bool.t
val compiled_for_speed : Base.Bool.t
val ocaml_version : Base.String.t
val executable_path : Base.String.t

Relative to OMakeroot dir

val build_system : Base.String.t
module Application_specific_fields : sig ... end
val build_time : Core_kernel.Time.t option