package octez-internal-libs

  1. Overview
  2. Docs
A package that contains some libraries used by the Octez suite

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-octez-v20.1.tag.bz2
sha256=ddfb5076eeb0b32ac21c1eed44e8fc86a6743ef18ab23fff02d36e365bb73d61
sha512=d22a827df5146e0aa274df48bc2150b098177ff7e5eab52c6109e867eb0a1f0ec63e6bfbb0e3645a6c2112de3877c91a17df32ccbff301891ce4ba630c997a65

doc/irmin_pack_unix/Irmin_pack_unix/Maker/Make/Internal/index.html

Module Make.InternalSource

Unstable internal API agnostic about the underlying storage. Use it only to implement or test inodes.

Sourcemodule Io = Io.Unix
Sourcemodule Errs : Io_errors.S with module Io = Io
Sourcemodule Index : sig ... end

An abstraction on top of the index library that exposes an API that better fits the irmin-pack use case.

Sourcemodule File_manager : File_manager.S with module Io = Io and module Errs = Errs and module Index = Index

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

Sourceval file_manager : repo -> File_manager.t
Sourceval dict : repo -> Dict.t
Sourceval dispatcher : repo -> Dispatcher.t
Sourceval suffix_commit_mem : repo -> XKey.t -> bool
Sourceval suffix_node_mem : repo -> XKey.t -> bool
Sourceval suffix_contents_mem : repo -> XKey.t -> bool
Sourceval kill_gc : repo -> bool
OCaml

Innovation. Community. Security.