Module Assemblage_tools.Meta

module Meta: sig .. end
Findlib META support.

Generate findlib META files.



META files


type t 
The type for Findlib META files.
val to_string : t -> string
to_string meta is m as a string.
val of_project : Assemblage.project -> t
of_project p is a META file for project p.