package ansifmt

  1. Overview
  2. Docs
A simple, lightweight library for ANSI formatting

Install

Dune Dependency

Authors

Maintainers

Sources

ansifmt-0.1.3.tbz
sha256=88bfb44072d2de404757fd8e10b08b10c53c2b03b29bd7c040c32646bf209db0
sha512=a707c0aa0b1389af1e30bf252cc2d35a800dba9f9b80c3626791cd1b33d7a550f53727176bf64c3862cbfaff71ef651458da158f741d771b4cf006f5971c9671

CHANGES.md.html

0.1.3

Fixes

  • Fixed a bug where unwanted m characters would appear in the output before every colored token

0.1.2

Fixes

  • Moved Formatting.tokenize and Formatting.format to a dedicated Formatting.Util submodule - it is common for users who wish to implement TOKENIZABLE to open Formatting, and Formatting.tokenize would then shadow the user's own function, making it cumbersome if the latter was recursive. This does not affect the Ansifmt prelude - format stays available.

0.1.1

Features

  • Added print_formatted and the IO submodule.

0.1.0

First pre-release.

OCaml

Innovation. Community. Security.