package opam-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type ACTION = sig ... end
module type SIG = sig ... end
module Make (A : ACTION) : SIG with type package = A.package
val action_strings : ?utf8:bool -> 'a OpamTypes.highlevel_action -> string

Some 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 -> string

Colorise string according to the action