Pack.File
module Index : sig ... end
module K : Irmin.Hash.S with type t = Index.key
type key = K.t
type index = Index.t
module Make : functor (V : ELT with type hash := key) -> S with type key = key and type value = V.t and type index = index
Save multiple kind of values in the same pack file. Values will be distinguished using V.magic, so they have to all be different.
V.magic