package notty-miou

  1. Overview
  2. Docs
Declaring terminals with Miou

Install

dune-project
 Dependency

Authors

Maintainers

Sources

notty-miou-0.0.1.tbz
sha256=77bf22671241c58976ea2f3178dfbec404fe9ded6f49fc0504c70679607b987a
sha512=9593e8d0970c97846e3cdf87db8422391d66c22d89d2b99a7cef038aece3f7d4a164534db039a28808743e3d6deeebde7df262712aabfbe8ed80ad8cc3c8facb

doc/README.html

NottyMiou

A simple library which implements the scheduler-logic needed by notty to play with your terminal. A "game-of-life" example exists and you can execute it with (you can stop the application with Esc or Ctrl^C):

$ git clone https://github.com/robur-coop/notty-miou
$ cd notty-miou
$ opam pin add -y .
$ dune exec bin/life.exe