Internal.Dict
module File_manager : File_manager.S
Abstraction that governs the lifetime of the various files that are part of a pack store (except the branch store).
val find : t -> int -> string option
val index : t -> string -> int option
val init : File_manager.t -> (t, [> File_manager.Io.read_error ]) Stdlib.result
val close : t -> unit