package opam-core

  1. Overview
  2. Docs
include OpamStd.ABSTRACT
type t
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 : OpamStd.SET with type elt = t
module Map : OpamStd.MAP with type key = t
val (/) : Dir.t -> t -> Dir.t
val (/?) : Dir.t -> t option -> Dir.t
val normalised_string : t -> string
OCaml

Innovation. Community. Security.