Brassaia_pack_unix.KV
module Config : Brassaia_pack.Conf.S
type hash = Brassaia.Schema.default_hash
include Pack_key.Store_spec
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 (C : Brassaia.Contents.S) : sig ... end
An brassaia-pack-unix
store. This provides the common Brassaia
interface with brassaia-pack-unix
specific extensions.