module Base: sig .. end
sig
end
type t = string
string
val of_string : string -> t
string -> t
val to_string : t -> string
t -> string
val to_json : t -> OpamJson.t
t -> OpamJson.t
module Map: OpamMisc.MAP with type key = string
OpamMisc.MAP
with type key = string
module Set: OpamMisc.SET with type elt = string
OpamMisc.SET
with type elt = string