package git-unix

  1. Overview
  2. Docs

Unix backend.

module Make (Digestif : Digestif.S) : sig ... end
module Sync (Store : Git.S) (HTTP : Smart_git.HTTP) : Git.Sync.S with type hash = Store.hash and type store = Store.t
module Store : sig ... end