Module OpamFile.Descr

type t
val empty : t
val create : string -> t
val synopsis : t -> string

Return the first line

val body : t -> string

Return the body

val of_legacy : Descr_legacy.t -> t