OpamFile.DescrPackage descriptions: $opam/descr/
include IO_FILEval empty : tEmpty file
val write : OpamTypes.filename -> t -> unitWrite some contents to a file
val read : OpamTypes.filename -> tRead file contents. Raise an error if the file does not exist.
val safe_read : OpamTypes.filename -> tRead file contents. Return empty if the file does not exist.
val read_from_channel : ?filename:OpamTypes.filename -> in_channel -> tRead from channel.
val read_from_string : ?filename:OpamTypes.filename -> string -> tval write_to_channel : out_channel -> t -> unitWrite to channel.
val create : string -> tval of_string : OpamTypes.filename -> string -> tCreate an abstract description file from a string
val synopsis : t -> stringReturn the first line
val body : t -> stringReturn the body
val full : t -> stringReturn the full description