package tty

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

Install

Dune Dependency

Authors

Maintainers

Sources

tty-0.0.2.tbz
sha256=79e0f963efd05d9cc5a041ef392663d90ef857c04ae63dcbbb766cae3d98514b
sha512=40667f04fe390da339e1b2e818379e0e477486d083a278903a5005d67f406d06d9d65ed4836fe8c69a9e6c1ca9de83f197ba85e2ec53e675e1c2105024268fb3

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. ocaml >= "5.1"
  3. dune >= "3.11"

Dev Dependencies (1)

  1. odoc with-doc

Used by (2)

  1. minttea >= "0.0.2"
  2. spices >= "0.0.2"

Conflicts

None