module Version : sig ... endVersionmay be used to parse a single entry fromversion_list.
val arg_spec : (string * Core_kernel.Arg.spec * string) list
module Application_specific_fields : sig ... endApplication_specific_fieldsis a single field in the build-info sexp that holds aSexp.t String.Map.t, which can be chosen by the application to hold custom fields that it needs.
val build_info : stringVarious additional information about the circumstances of the build: who built it, when, on what machine, etc.
build_infois the information as it was generated by the build system.reprint_build_infoparses 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.tval reprint_build_info : (Core_kernel.Time.t -> Core_kernel.Sexp.t) -> stringval username : string optionval hostname : string optionval kernel : string optionval build_time : Core_kernel.Time.t optionval x_library_inlining : boolval portable_int63 : boolval dynlinkable_code : boolval compiled_for_speed : boolval application_specific_fields : Application_specific_fields.t optionval ocaml_version : stringval allowed_projections : string list optionval executable_path : stringRelative to OMakeroot dir
val build_system : stringval with_fdo : (string * Core_kernel.Md5.t option) option
module For_tests : sig ... end