OpamFile.CompSourceCompiler version $opam/compilers/. Deprecated, only used to upgrade old data
include IO_FILEFile contents
Write 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.
val create_preinstalled :
compiler ->
compiler_version ->
OpamTypes.name list ->
(OpamTypes.spf_unresolved, OpamTypes.euok_writeable) OpamTypes.env_update
list ->
tCreate a pre-installed compiler description file
Get OPAM version
Return the compiler version
Return the url of the compiler
Return the list of patches to apply
Options to give to build the package. If this one is provided, nothing should be specified for configure and make.
Packages to install immediately after the creation of OCaml
Environment variable to set-up before running commands in the subtree
Converts a compiler definition to package metadata. For compat. If package is unspecified, a package named "ocaml" is created for "standard" compilers (when the compiler name doesn't contain a "+" and is equal to the compiler version); otherwise, a package "ocaml-VARIANT" is created with "VARIANT" the part of the compiler name on the right of the "+". In both case, the version corresponds to the OCaml version and is version comp.