Opam_conf_file.ConfSourceModule that englobes config type and file primitives to read config file.
Images files
type t = {c_version : OpamVersion.t;c_wix_version : Wix.Version.t option;c_images : images;c_binary_path : string option;c_binary : string option;c_embedded : (string * string option) list;c_envvar : (string * string) list;}Content of config file
include OpamFile.IO_FILE with type t := tWrite some contents to a file
Read file contents.
Returns None on non-existing file
Read file contents. Return empty if the file does not exist.