package irmin-pack

  1. Overview
  2. Docs
type key
type index
module Make (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.

OCaml

Innovation. Community. Security.