package irmin-pack

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Pack_store.MakerSource

Parameters

module V : Version.S
module Index : sig ... end
module K : Irmin.Hash.S with type t = Index.key

Signature

Sourcetype key = K.t
Sourcetype index = Index.t

Save multiple kind of values in the same pack file. Values will be distinguished using V.magic, so they have to all be different.

Sourcemodule Make (V : Pack_value.S with type hash := key) : sig ... end
OCaml

Innovation. Community. Security.