OpamActionGraphmodule type ACTION = sig ... endmodule MakeAction
(P : OpamTypes.GenericPackage) :
ACTION with type package = P.t and type t = P.t OpamTypes.actionmodule type SIG = sig ... endval action_strings : ?utf8:bool -> 'a OpamTypes.highlevel_action -> stringSome messages that may be used for displaying actions. Single utf8 chars if the corresponding option is set, otherwise words.
val action_color : 'a OpamTypes.highlevel_action -> string -> stringColorise string according to the action