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.

val build_info_as_sexp : Sexplib.Sexp.t
val build_time : float Base.Option.t
val x_library_inlining : 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 time : Core_kernel.Time.t option
OCaml

Innovation. Community. Security.