module Install:sig
..end
type
move
val move : ?maybe:bool ->
?dst:Assemblage.Path.t -> Assemblage.Path.t -> move
typefield_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 ]
typet =
[ `Header of string option ] * field_elt list
val to_string : t -> string
val of_project : ?add:field_elt list ->
Assemblage.project -> t