package notty_async

  1. Overview
  2. Docs
An Async driver for Notty

Install

Dune Dependency

Authors

Maintainers

Sources

notty_async-v0.12.0.tar.gz
md5=e28d6939f9c83f00c4456e9967e7af93

Description

Notty is a library for writing graphical terminal applications, and Notty_async is an Async driver, which makes it easy to build terminal applications using Async for managing concurrency.

Published: 01 Mar 2019

README

README.org

#+TITLE: An Async driver for notty

An [[https://github.com/janestreet/async][Async]] driver for the [[https://github.com/pqwy/notty][Notty]] terminal graphics library. This is
modeled after the Lwt driver included in the Notty package.  It comes
with as simple example of how to use the library in a functional style
to build a simple user interface.

Dependencies (5)

  1. notty >= "0.2.1"
  2. dune >= "1.5.1"
  3. ppx_jane >= "v0.12" & < "v0.13"
  4. async >= "v0.12" & < "v0.13"
  5. ocaml >= "4.07.0"

Dev Dependencies

None

Used by (1)

  1. hardcaml_waveterm < "v0.13.0"

Conflicts

None