package yocaml_runtime

  1. Overview
  2. Docs
Tool for describing runtimes (using Logs and Digestif)

Install

dune-project
 Dependency

Authors

Maintainers

Sources

yocaml-2.0.1.tbz
sha256=cde46c80549a7d585281fcfd1ac30e9fc04137f48512744bc6fcbde449cf265c
sha512=ca8eaa42c6edee34e433093e18a8b66e4cf3b937f5c65c0eb50a53cc59fea260b9929ce25231fe60dafb69d469bde474ae86450addc9e6844031329ff28c7e7e

doc/yocaml_runtime/Yocaml_runtime/index.html

Module Yocaml_runtimeSource

Sourcemodule Error : sig ... end

Description of common errors in the various runtimes (at least shared by Unix and Eio).

Sourcemodule Hash : sig ... end

Helpers for hashing, in SHA256, strings

Sourcemodule Log : sig ... end

Utilities for working with the Logs library in a given runtime.

Sourcemodule Server : sig ... end

Generic tools to facilitate server construction (component sharing, etc.)