this repo has no description
1opam-version: "2.0"
2maintainer: "Cryptosense <opensource@cryptosense.com>"
3authors: "Etienne Millon <etienne@cryptosense.com>"
4homepage: "https://github.com/cryptosense/terminal_size"
5bug-reports: "https://github.com/cryptosense/terminal_size/issues"
6license: "BSD-2-Clause"
7dev-repo: "git+https://github.com/cryptosense/terminal_size.git"
8doc: "https://cryptosense.github.io/terminal_size/doc"
9build: [
10 ["dune" "build" "-p" name "-j" jobs]
11]
12run-test: [
13 ["dune" "runtest" "-p" name "-j" jobs]
14]
15depends: [
16 "alcotest" {with-test}
17 "dune" {>= "1.10.0"}
18 "ocaml" {>= "4.02.0"}
19]
20synopsis: "Get the dimensions of the terminal"
21description: """
22You can use this small library to detect the dimensions of the terminal window
23attached to a process.
24"""
25url {
26 src:
27 "https://github.com/cryptosense/terminal_size/releases/download/v0.1.4/terminal_size-v0.1.4.tbz"
28 checksum: [
29 "sha256=fdca1fee7d872c4a8e5ab003d9915b6782b272e2a3661ca877f2d78dd25371a7"
30 "sha512=595e123d5496c2a7de306bf89d0c5ce0d99ea233da87c94c18fb8c366375029c6bbbbaae93e42cc50fd90a35a2501eb2c6a0ddbbc508836d0a0b11bcebe76881"
31 ]
32}