Module OpamMisc.Base

module Base: sig .. end
Base module, useful to abstract strings

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