package pplumbing

  1. Overview
  2. Docs
Utility libraries to use with [pp]

Install

Dune Dependency

Authors

Maintainers

Sources

pplumbing-0.0.14.tbz
sha256=ed7eaba180378a59719e9af63ccdc89dde8e0a20f2cba420abb0080b0bc4a868
sha512=f168c37c1acd38c92e5b6d59321da4021195b6ddc49dde82de70e9282b55042621bea1b84a677d57f83604c06d6ee9c790b683fd589cd2097ab8f00c293f56af

doc/pplumbing.pp-tty/Pp_tty/Ansi_color/index.html

Module Pp_tty.Ansi_colorSource

Build pretty printed documents with ansi colors.

Sourcemodule RGB8 : sig ... end
Sourcemodule RGB24 : sig ... end
Sourcemodule Style : sig ... end
Sourcetype t = Style.t list Pp.t
Sourcemodule Staged : sig ... end
Sourceval make_printer : bool Lazy.t -> Format.formatter -> (t -> unit) Staged.t
Sourceval print : t -> unit

Print to Format.std_formatter

Sourceval prerr : t -> unit

Print to Format.err_formatter

Sourceval stdout_supports_color : bool Lazy.t

Whether stdout/stderr support colors

Sourceval stderr_supports_color : bool Lazy.t
Sourceval output_is_a_tty : bool Lazy.t
Sourceval strip : string -> string

Filter out escape sequences in a string

Sourceval parse : string -> t

Parse a string containing ANSI escape sequences

OCaml

Innovation. Community. Security.