package opam-solver

  1. Overview
  2. Docs
include OpamParallel.VERTEX
include OpamStd.OrderedType
include Stdlib.Set.OrderedType
type t
val to_string : t -> string
val to_json : t -> OpamJson.t
val of_json : OpamJson.t -> t option
include Graph.Sig.COMPARABLE with type t := t
val compare : t -> t -> int
val hash : t -> int
val equal : t -> t -> bool
val name_to_string : t -> string
val version_to_string : t -> string