Up

Module Version_util = Version_util

Signature

val version : string
val version_list : string list
val arg_spec : (string * Core_kernel.Std.Arg.spec * string) list
module Application_specific_fields : sig .. end
Application_specific_fields is a single field in the build-info sexp that holds a Sexp.t String.Map.t, which can be chosen by the application to hold custom fields that it needs.
val build_info : string

various additional information about the circumstances of the build: who built it, when, on what machine, etc.

val build_info_as_sexp : Core_kernel.Std.Sexp.t
val username : string
val hostname : string
val kernel : string
val time : Time.t
val x_library_inlining : bool
val nodynlink : bool
val compiled_for_speed : bool
val compiled_with_dynlink : bool
val application_specific_fields : Application_specific_fields.t option
val ocaml_version : string
val executable_path : string

Relative to OMakeroot dir

val build_system : string

Relative to OMakeroot dir

val packing : bool