package opam-core

  1. Overview
  2. Docs

A signature for handling abstract keys and collections thereof

type t
val of_string : string -> t
val to_string : t -> string
val to_json : t -> OpamJson.t
val of_json : OpamJson.t -> t option
module Set : SET with type elt = t
module Map : MAP with type key = t