this repo has no description
1opam-version: "2.0"
2synopsis: "A library for interacting with teletype and terminal emulators"
3description:
4 "TTY is a library for directly interacting with teletypes and terminal emulators, including escape sequences, colors, and consuming stdin"
5maintainer: ["Leandro Ostera <leandro@abstractmachines.dev>"]
6authors: ["Leandro Ostera <leandro@abstractmachines.dev>"]
7license: "MIT"
8tags: ["terminal" "ansi" "tty" "teletype" "utf8"]
9homepage: "https://github.com/leostera/tty"
10bug-reports: "https://github.com/leostera/tty/issues"
11depends: [
12 "dune" {>= "3.11"}
13 "ocaml" {>= "5.1"}
14 "uutf" {>= "1.0.3"}
15 "odoc" {with-doc}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://github.com/leostera/tty.git"
32url {
33 src:
34 "https://github.com/leostera/tty/releases/download/0.0.2/tty-0.0.2.tbz"
35 checksum: [
36 "sha256=79e0f963efd05d9cc5a041ef392663d90ef857c04ae63dcbbb766cae3d98514b"
37 "sha512=40667f04fe390da339e1b2e818379e0e477486d083a278903a5005d67f406d06d9d65ed4836fe8c69a9e6c1ca9de83f197ba85e2ec53e675e1c2105024268fb3"
38 ]
39}
40x-commit-hash: "d64f98e1ba761b3ac14672a9081da9936ac52931"