package chalk

  1. Overview
  2. Docs
Composable and simple terminal highlighting package

Install

Dune Dependency

Authors

Maintainers

Sources

v1.0.tar.gz
md5=c685f3024e5a4e74c86b4d9ce67ae34f

Description

Composable and simple terminal highlighting package. Very simple API; and example usage could be as follows:

let some_string = "Hello world!"
  |> Chalk.red
  |> Chalk.bold
  |> Chalk.underline

Published: 08 Feb 2018

Dependencies (2)

  1. ocamlfind
  2. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None