package notty_async

  1. Overview
  2. Docs
An Async driver for Notty

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.tar.gz
md5=8821833d6bad64499eeb269981d8277c

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: 30 May 2018

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 (6)

  1. ocaml-migrate-parsetree < "2.0.0"
  2. base >= "v0.11.0" & < "v0.14"
  3. async >= "v0.11.0" & < "v0.14"
  4. notty >= "0.2.1"
  5. jbuilder >= "1.0+beta20"
  6. ocaml >= "4.06.0"

Dev Dependencies

None

Used by

None

Conflicts

None