package nottui

  1. Overview
  2. Docs
UI toolkit for the terminal built on top of Notty and Lwd

Install

Dune Dependency

Authors

Maintainers

Sources

lwd-0.3.tbz
sha256=1ffbf25b6b67d8e06e5b07263ecf0d7083578057bddcc4b145df1dcdea170112
sha512=95b1fd4b7fcce72f4e220cc9a6cb3c14ea352faeac239345cca61a8906c328078e5ff3143e04c2602710e1ac4c3513d4f19c6ab62ffc716f195a3f9e0ba0560c

CHANGES.html

CHANGES

v0.3 - Alpha 0.3
======
Mon Sep  5 10:57:53 JST 2022

- Add [Lwd_seq.sort_uniq] function
- Make [Lwd_seq.t] injective
- Fix a bug breaking invariants in Lwd_table.remove
- Documentation update contributed by @shubhamkumar13
- Option to disable the default Quit behavior of Nottui contributed by @OhadRau 

v0.2 - Alpha 0.2
======
Sun Feb 20 20:49:47 JST 2022

- Lwd.fix operator helps working with graphs that cannot be evaluated in a
  single pass
- brr-lwd library integrates Lwd with Brr library, for writing javascript
  applications

Bug fixes:
- fixed invalidation in Lwd
- restored some internal invariants in Lwd_seq
- fixed behavior of Notty sensors

v0.1 - Alpha 0.1
======
Wed Sep 23 14:51:17 CEST 2020

Preview release, the API is not yet stabilized.
Most features are there, except support for overlays (menu, dialog windows,
popup, ...) in Nottui.

Libraries included in this release:
- Lwd, the definition of reactive documents
- Nottui, reactive terminal interfaces using Notty & Lwd
- Nottui-lwt, an asynchronous mainloop for Nottui
- Tyxml-lwd, strongly-typed reactive webpages in Jsoo using Tyxml & Lwd