package inuit

  1. Overview
  2. Docs
Make interactive text-based user-interfaces in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

inuit-0.4.1.tbz
md5=5bdc7df78bdeb9cbde37c31f9f5c2482

CHANGES.md.html

v0.4.1 2018-06-16 Paris

Port to dune/jbuilder, contributed by @rgrinberg.

v0.4 2017-11-12 Paris

Introduce an experimental Inuit_format module to integrate with stdlib Format.formatter. Minor: Inuit_base.utf8_length takes an optional offset.

v0.3 2017-10-09 Paris

Disable click on the right border of a region (cursor must be inside, not on the border). Tweak Widget.Tree api.

v0.2 2017-01-22 London

Update grenier dependency. Remove some exotic unicode characters in widgets. Indent tree by one character instead of two.

v0.1 2016-11-09 Paris

First release.