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/octez-internal-libs.irmin/Irmin/Backend/Slice/Make/index.html

Module Slice.MakeSource

Build simple slices.

Parameters

module C : Contents.Store
module N : Node.Store
module H : Commit.Store

Signature

Slices

Sourcetype t

The type for slices.

Sourceval t : t Type.t
Sourcetype contents = C.hash * C.value

The type for exported contents.

Sourceval contents_t : contents Type.t
Sourcetype node = N.hash * N.value

The type for exported nodes.

Sourceval node_t : node Type.t
Sourcetype commit = H.hash * H.value

The type for exported commits.

Sourceval commit_t : commit Type.t
Sourcetype value = [
  1. | `Contents of contents
  2. | `Node of node
  3. | `Commit of commit
]

The type for exported values.

Sourceval value_t : value Type.t
Sourceval empty : unit -> t Lwt.t

Create a new empty slice.

Sourceval add : t -> value -> unit Lwt.t

add t v adds v to t.

Sourceval iter : t -> (value -> unit Lwt.t) -> unit Lwt.t

iter t f calls f on all values of t.

OCaml

Innovation. Community. Security.