package irmin-server

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Mem : CMD with type req = key and type res = bool
module Find : CMD with type req = key and type res = value option
module Add : CMD with type req = value and type res = key
module Unsafe_add : CMD with type req = hash * value and type res = key
module Index : CMD with type req = hash and type res = key option
module Merge : CMD with type req = Store.Info.t * (key option option * key option * key option) and type res = (key option, Irmin.Merge.conflict) Stdlib.Result.t
OCaml

Innovation. Community. Security.