Make.Args
Signature for digest hashes, inspired by Digestif.
module File_Manager : File_manager.S with type Index.key = Hash.t
Abstraction that governs the lifetime of the various files that are part of a pack store (except the branch store).
module Dispatcher : Dispatcher.S with module File_Manager = File_Manager
module Inode :
Inode.Persistent
with type hash := Hash.t
and type key = Hash.t Pack_key.t
and type file_manager = File_Manager.t
and type dispatcher = Dispatcher.t
module Contents_pack :
Pack_store.S
with type hash := Hash.t
and type key = Hash.t Pack_key.t
and type dispatcher = Dispatcher.t
module Io_index : Brassaia_index.Index.Platform.S