package git

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type NET = sig ... end

This interface describes the minimal I/O operations to a git repository.

module Make (N : NET) (E : Sync.ENDPOINT with type t = N.endpoint) (G : sig ... end) : Sync.S with module Store = G and module Endpoint = E