OpamStd.AbstractString
A basic implementation of ABSTRACT using strings
type t
= string
val of_string : string -> t
val to_string : t -> string
val to_json : t -> OpamJson.t
module Set : SET with type elt = t
module Map : MAP with type key = t