You can search for identifiers within the package.
in-package search v0.2.0
type t
type key = Mirage_kv.Key.t
val empty : Ptime.t -> unit -> t
val get : t -> key -> (string, error) result
val last_modified : t -> key -> (Ptime.t, error) result
val remove : t -> key -> Ptime.t -> (t, write_error) result
val list : t -> key -> ((string * [ `Value | `Dictionary ]) list, error) result
val set : t -> key -> Ptime.t -> string -> (t, write_error) result
val equal : t -> t -> bool
val pp : t Fmt.t