package yocaml_runtime

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

yocaml-2.4.0.tbz
sha256=5d230b9dd9e3d434ebb767ecc20732ed8fc03a8c100813ff29c7933a7ee4050d
sha512=b4f4b76bef7e4d65d2f7434c122592a02c5d80114bde58f2167509fc92e2666a6b798ca964b9ed07e526ef2b59c5db9c4a435c6c64721a745ea0da37b3eed97a

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.)