package opam-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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 : MAP with type key = string
module Set : SET with type elt = string
OCaml

Innovation. Community. Security.