package 0install-solver

  1. Overview
  2. Docs

An item of information to display for a component.

type t =
  1. | UserRequested of Result.Input.restriction
  2. | ReplacesConflict of Result.Role.t
  3. | ReplacedByConflict of Result.Role.t
  4. | Restricts of Result.Role.t * Result.Input.impl * Result.Input.restriction list
  5. | RequiresCommand of Result.Role.t * Result.Input.impl * Result.Input.command_name
  6. | Feed_problem of string
val pp : Stdlib.Format.formatter -> t -> unit