package irmin-server

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end
module Error = Irmin_server.Error
module Make_ext (Codec : Irmin_server.Conn.Codec.S) (Store : Irmin.Generic_key.S) : S with module Store = Store
module Make (Store : Irmin.Generic_key.S) : S with module Store = Store
module Make_json (Store : Irmin.Generic_key.S) : S with module Store = Store
OCaml

Innovation. Community. Security.