module Meta: sig .. end
sig
end
Generate findlib META files.
type t
val to_string : t -> string
t -> string
to_string meta
m
val of_project : Assemblage.project -> t
Assemblage.project -> t
of_project p
p