this repo has no description

Merge pull request #24940 from leostera/release-tty-0.0.1

[new release] tty (0.0.1)

Changed files
+40
packages
tty
tty.0.0.1
+40
packages/tty/tty.0.0.1/opam
···
+
opam-version: "2.0"
+
synopsis: "A library for interacting with teletype and terminal emulators"
+
description:
+
"TTY is a library for directly interacting with teletypes and terminal emulators, including escape sequences, colors, and consuming stdin"
+
maintainer: ["Leandro Ostera <leandro@abstractmachines.dev>"]
+
authors: ["Leandro Ostera <leandro@abstractmachines.dev>"]
+
license: "MIT"
+
tags: ["terminal" "ansi" "tty" "teletype" "utf8"]
+
homepage: "https://github.com/leostera/tty"
+
bug-reports: "https://github.com/leostera/tty/issues"
+
depends: [
+
"ocaml" {>= "5.1"}
+
"dune" {>= "3.11"}
+
"uutf" {>= "1.0.3"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/leostera/tty.git"
+
url {
+
src:
+
"https://github.com/leostera/tty/releases/download/0.0.1/tty-0.0.1.tbz"
+
checksum: [
+
"sha256=c640c941e1580b6f0eb49abeeb932edc868e9b94d44edac579d18ef0a68cb240"
+
"sha512=20875e1eec5e4b78a4416c6235d9eab473f15bc226126eeb8edf355766f7ae9a33541c8518c4022439af1569e3c40b335923e900c56f5f81251d752bdd695e4c"
+
]
+
}
+
x-commit-hash: "64fe6b02ed6bb3759a1b7cb22bd2bf3abaa5cc12"