OpamActionGraphHandles graphs of actions (package changes), based on ocamlgraph
module 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.action -> stringSome messages that may be used for displaying actions. Single utf8 chars if the corresponding option is set, otherwise words.
val symbol_of_action : 'a OpamTypes.action -> stringval name_of_action : 'a OpamTypes.action -> stringval action_color : 'a OpamTypes.action -> string -> stringColorise string according to the action
val noun_of_action : 'a OpamTypes.action -> string * stringReturns a noun corresponding to the action name, singular and plural forms