octez-internal-libs.irmin
Indexable.Maker_concrete_key2_of_1
irmin_data
irmin_mem
irmin_pack_mem
irmin_pack_unix
octez-internal-libs.irmin_pack
octez-internal-libs.irmin_test_helpers
ppx_irmin
ppx_irmin_internal
ppx_irmin_internal_lib
module X : Maker_concrete_key1
type ('h, _) key = 'h X.key
module Key (Hash : Hash.S) (Value : Type.S) : Key.S with type t = (Hash.t, Value.t) key and type hash = Hash.t
module Make (Hash : Hash.S) (Value : Type.S) : sig ... end
An indexable store is a read-write store in which values can be added and later found via their keys.