Module Ast_opam.Install

module Install: sig .. end


Install file


type move 
val move : ?maybe:bool ->
?dst:Assemblage.Path.t -> Assemblage.Path.t -> move
type field_elt = [ `Bin of move
| `Doc of move
| `Etc of move
| `Lib of move
| `Man of move
| `Misc of move
| `Sbin of move
| `Share of move
| `Share_root of move
| `Stublibs of move
| `Toplevel of move ]
type t = [ `Header of string option ] * field_elt list 
val to_string : t -> string
val of_project : ?add:field_elt list ->
Assemblage.project -> t