package core_kernel

  1. Overview
  2. Docs
Industrial strength alternative to OCaml's standard library

Install

Dune Dependency

Authors

Maintainers

Sources

core_kernel-v0.15.0.tar.gz
sha256=34a0288f16027c6b90e4ad16cb5cc677d7063d310faf918748ce70f1745116c0

doc/core_kernel.ansi_kernel/Ansi_kernel/index.html

Module Ansi_kernelSource

Common ANSI display attribute definitions.

NOTE: assorted content lifted from lib/console/src/console.ml

Sourcemodule Color_256 : sig ... end

Support for 256-color handling on terminals/consoles. Note that the functions of_rgb6_exn and of_rgb6 return values within the 6x6x6 color-cube space, even though equivalent duplicates exist in the first 16 and last 24 colors (a "best-fit-equivalent" function could be added some day, if there ever becomes a requirement for it -- see note 2 below).

Sourcemodule Color : sig ... end
Sourcemodule Attr : sig ... end
Sourcemodule With_all_attrs : sig ... end
OCaml

Innovation. Community. Security.