opam-core
OpamStd.AbstractString
A basic implementation of ABSTRACT using strings
type t = string
val compare : t -> t -> int
val equal : t -> t -> bool
val of_string : string -> t
val to_string : t -> string
val to_json : t OpamJson.encoder
val of_json : t OpamJson.decoder
module Set : SET with type elt = t
module Map : MAP with type key = t