package irmin-pack

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

An abstraction on top of the index library that exposes an API that better fits the irmin-pack use case.

module Make (K : Irmin.Hash.S) : S with type key = K.t and module Io = Io.Unix

An abstraction on top of the index library that exposes an API that better fits the irmin-pack use case.