Module Topkg_conf.OCaml

type conf = t
type t
val v : conf -> os -> t
val find : string -> t -> string option
val version : t -> int * int * int * string option
val ext_obj : t -> string
val ext_asm : t -> string
val ext_lib : t -> string
val ext_dll : t -> string
val ext_exe : t -> string
val native : t -> bool
val supports_shared_libraries : t -> bool
val word_size : t -> int
val dump : Stdlib.Format.formatter -> t -> unit