this repo has no description

Merge pull request #21285 from bbc2/release-terminal_size-v0.2.0

[new release] terminal_size (0.2.0)

Kate 455f143c 83a76596

Changed files
+36
packages
terminal_size
terminal_size.0.2.0
+36
packages/terminal_size/terminal_size.0.2.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Cryptosense <opensource@cryptosense.com>"
+
authors: [
+
"Cryptosense <opensource@cryptosense.com>"
+
"Etienne Millon <etienne@cryptosense.com>"
+
]
+
homepage: "https://github.com/cryptosense/terminal_size"
+
bug-reports: "https://github.com/cryptosense/terminal_size/issues"
+
license: "BSD-2-Clause"
+
dev-repo: "git+https://github.com/cryptosense/terminal_size.git"
+
doc: "https://cryptosense.github.io/terminal_size/doc"
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
run-test: [
+
["dune" "runtest" "-p" name "-j" jobs]
+
]
+
depends: [
+
"alcotest" {with-test}
+
"dune" {>= "2.0.0"}
+
"ocaml" {>= "4.08.0"}
+
]
+
synopsis: "Get the dimensions of the terminal"
+
description: """
+
You can use this small library to detect the dimensions of the terminal window
+
attached to a process.
+
"""
+
url {
+
src:
+
"https://github.com/cryptosense/terminal_size/releases/download/v0.2.0/terminal_size-0.2.0.tbz"
+
checksum: [
+
"sha256=d6b62cd28c4071ac85ca9528088745c124c9094efeae91722514736f9973b0fb"
+
"sha512=fd91266b156f52c28338fc8ba5c5c0626b93afa6388fb9e0f98d0f7c200ded02eac56af82b10a3da8d7ec2ef7a91a95fcb113f051a8ec077e155e2ffda75d1c0"
+
]
+
}
+
x-commit-hash: "9eb137173b2c9885e75e156494f9f508fdaff379"