package opam-solver

  1. Overview
  2. Docs

doc/opam-solver/OpamActionGraph/index.html

Module OpamActionGraphSource

Handles graphs of actions (package changes), based on ocamlgraph

Sourcemodule type ACTION = sig ... end
Sourcemodule type SIG = sig ... end
Sourcemodule Make (A : ACTION) : SIG with type package = A.package
Sourceval action_strings : ?utf8:bool -> 'a OpamTypes.action -> string

Some messages that may be used for displaying actions. Single utf8 chars if the corresponding option is set, otherwise words.

Sourceval symbol_of_action : 'a OpamTypes.action -> string
Sourceval name_of_action : 'a OpamTypes.action -> string
Sourceval action_color : 'a OpamTypes.action -> string -> string

Colorise string according to the action

Sourceval noun_of_action : 'a OpamTypes.action -> string * string

Returns a noun corresponding to the action name, singular and plural forms

OCaml

Innovation. Community. Security.