Composable and simple terminal highlighting package for OCaml
$ opam install chalk
let some_string = "Hello world!"
|> Chalk.red
|> Chalk.bold
|> Chalk.underline
This software is free to use under the MIT License. See this reference for license text and copyright information.