package git

  1. Overview
  2. Docs

Store Git objects on the local filesystem.

module type S = sig ... end

Constructor

module type IO = sig ... end
module Make (IO : IO) (D : Hash.DIGEST) (I : Inflate.S) : S

Create an on-disk store implementation.