Values.OSInfoSourceInformation about the operating system.
type nonrec t = {type_ : OSType.t option;Information about the type of operating system.
*)version : OSVersion.t option;Information about the version of operating system.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of OSVersion.t ]) list ]