package b0

  1. Overview
  2. Docs
On This Page
  1. Std
Software construction and deployment kit

Install

dune-project
 Dependency

Authors

Maintainers

Sources

b0-0.0.5.tbz
sha512=00a6868b4dfa34565d0141b335622a81a0e8d5b9e3c6dfad025dabfa3df2db2a1302b492953bbbce30c3a4406c324fcec25250a00b38f6d18a69e15605e3b07e

doc/b0.std/B0_std/index.html

Module B0_stdSource

Standard needs for B0 and B00 programs (and sometimes for any program but it's getting better).

Open this module to use it. Only redefines a few standard modules and introduces a few new ones.

Std

Sourcemodule Type : sig ... end

Type introspection.

Sourcemodule Tty : sig ... end

ANSI terminal interaction.

Sourcemodule Fmt : sig ... end

Textual formatters.

Sourcemodule Result : sig ... end

Result values

Sourcemodule Char : sig ... end

Characters (bytes in fact).

Sourcemodule String : sig ... end

Strings.

Sourcemodule List : sig ... end

Lists.

Sourcemodule Fpath : sig ... end

File paths.

Sourcemodule Hash : sig ... end

Hash values and functions.

Sourcemodule Mtime : sig ... end

Monotonic time stamps and spans.

Sourcemodule Cmd : sig ... end

Command lines.

Sourcemodule Fut : sig ... end

Future values.

Sourcemodule Os : sig ... end

OS interaction.

Sourcemodule Log : sig ... end

Program log.

Sourcemodule Rqueue : sig ... end

Random queue

Sourcemodule Bincode : sig ... end

Binary coding of values.