Module Irmin_pack_unix.Maker

Parameters

Signature

type endpoint = unit
include Irmin.Key.Store_spec.S with type ('h, _) contents_key = 'h Pack_key.t with type 'h node_key = 'h Pack_key.t with type 'h commit_key = 'h Pack_key.t
type ('h, _) contents_key = 'h Pack_key.t
type 'h node_key = 'h Pack_key.t
type 'h commit_key = 'h Pack_key.t
module Make (Schema : Irmin.Schema.Extended) : sig ... end

An irmin-pack-unix store. This provides the common Irmin interface with irmin-pack-unix specific extensions.