package tty

  1. Overview
  2. Docs
A library for interacting with teletype and terminal emulators

Install

Dune Dependency

Authors

Maintainers

Sources

tty-0.0.1.tbz
sha256=c640c941e1580b6f0eb49abeeb932edc868e9b94d44edac579d18ef0a68cb240
sha512=20875e1eec5e4b78a4416c6235d9eab473f15bc226126eeb8edf355766f7ae9a33541c8518c4022439af1569e3c40b335923e900c56f5f81251d752bdd695e4c

Description

TTY is a library for directly interacting with teletypes and terminal emulators, including escape sequences, colors, and consuming stdin

README

TTY

TTY is a pure OCaml library for directly interacting with the terminal, including escape sequences, color profiles, colors, and consuming stdin.

It is the main backend for MintTea.

Getting Started

$ opam install tty

Dependencies (3)

  1. uutf >= "1.0.3"
  2. dune >= "3.11"
  3. ocaml >= "5.1"

Dev Dependencies (1)

  1. odoc with-doc

Used by (2)

  1. minttea < "0.0.2"
  2. spices < "0.0.2"

Conflicts

None