package octez-libs

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

Install

Dune Dependency

Authors

Maintainers

Sources

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

doc/octez-libs.stdlib/Tezos_stdlib/index.html

Module Tezos_stdlibSource

Sourcemodule Bits : sig ... end
Sourcemodule Bloomer : sig ... end
Sourcemodule Bounded_heap : sig ... end

Bounded sequence: keep only the n greatest elements.

Sourcemodule Circular_buffer : sig ... end

This module implements a bufferisation abstraction to store temporary raw data chunks (as bytes) when chunks are read sequentially. The function write allows to store chunks in the buffer and the function read to read them from the buffer.

Sourcemodule Compare : sig ... end
Sourcemodule FallbackArray : sig ... end

This module implements arrays equipped with accessors that cannot raise exceptions. Reading out of the bounds of the arrays return a fallback value fixed at array construction time, writing out of the bounds of the arrays is ignored.

Sourcemodule FunctionalArray : sig ... end

This module implements functional arrays equipped with accessors that cannot raise exceptions following the same design principles as FallbackArray:

Sourcemodule Hash_queue : sig ... end

Bounded queues combined with hash-tables, based on Aches.

Sourcemodule Hex : sig ... end
Sourcemodule Lwt_dropbox : sig ... end

A 'dropbox' with a single element.

Sourcemodule Lwt_idle_waiter : sig ... end
Sourcemodule Lwt_pipe : sig ... end
Sourcemodule Lwt_utils : sig ... end
Sourcemodule Memory : sig ... end
Sourcemodule Tag : sig ... end

Tags and tag sets. Tags are basically similar to a plain extensible variant type, but wrapped with metadata that enables them to be printed generically and combined into tag sets where each tag is either not present or associated with a specific value.

Sourcemodule TzBytes : sig ... end
Sourcemodule TzEndian : sig ... end
Sourcemodule TzFilename : sig ... end
Sourcemodule TzList : sig ... end
Sourcemodule TzString : sig ... end
Sourcemodule Utils : sig ... end
OCaml

Innovation. Community. Security.