Module OpamFile.Descr

module Descr: sig .. end
Package descriptions: $opam/descr/

include OpamFile.IO_FILE
val of_string : string -> t
Create an abstract description file from a string
val synopsis : t -> string
Return the first line
val body : t -> string
Return the body
val full : t -> string
Return the full description