Module Internal.Dict

Abstraction that governs the lifetime of the various files that are part of a pack store (except the branch store).

type t
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