package git-unix

  1. Overview
  2. Docs

Unix backend.

module Make (Digestif : Digestif.S) : sig ... end
val ctx : Mimic.ctx
val inet_addr : Unix.inet_addr Mimic.value
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