package irmin-http

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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