package irmin-http

  1. Overview
  2. Docs
module type Sock = sig ... end
module type Http_client = sig ... end
module Client (S : Irmin.S) : Irmin.S with type hash = S.Hash.t and module Schema = S.Schema and type Backend.Remote.endpoint = unit
module Server (S : Irmin.S) : Irmin_http.SERVER with type repo = S.Repo.t and type t = Cohttp_lwt_unix.Server.t
OCaml

Innovation. Community. Security.