Module Ocamlbuild_pack.Rule
val name_of_rule : 'a gen_rule -> stringval prods_of_rule : 'a gen_rule -> 'a listval doc_of_rule : 'a gen_rule -> string optionval rule : string -> ?tags:string list -> ?prods:string list -> ?deps:string list ->
?prod:string -> ?dep:string -> ?stamp:string ->
?insert:[ `after of string | `before of string | `bottom | `top ] ->
?doc:string -> action -> unitval copy_rule : string -> ?insert:[ `after of string | `before of string | `bottom | `top ]
-> string -> string -> unitval clear_rules : unit -> unitval show_documentation : unit -> unit