OpamFile.InitConfigSourceInit config file /etc/opamrc
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 repositories :
t ->
(OpamTypes.repository_name * (OpamTypes.url * OpamTypes.trust_anchors option))
listval with_repositories :
(OpamTypes.repository_name * (OpamTypes.url * OpamTypes.trust_anchors option))
list ->
t ->
tval with_global_variables :
(OpamTypes.variable * OpamTypes.variable_contents * string) list ->
t ->
tval with_recommended_tools :
(string list * string option * OpamTypes.filter option) list ->
t ->
tval with_required_tools :
(string list * string option * OpamTypes.filter option) list ->
t ->
t