this repo has no description
1opam-version: "2.0"
2maintainer: "Etienne Millon <etienne@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 ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"]
11 ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "true"]
12 {with-test & os != "macos"}
13 ["ocaml" "pkg/pkg.ml" "test"] {with-test & os != "macos"}
14]
15depends: [
16 "ocaml" {>= "4.01.0"}
17 "ocamlbuild" {build}
18 "ocamlfind" {build}
19 "alcotest" {with-test}
20 "topkg" {build}
21]
22synopsis: "Get the dimensions of the terminal"
23description: """
24You can use this small library to detect the dimensions of the terminal window
25attached to a process."""
26url {
27 src:
28 "https://github.com/cryptosense/terminal_size/releases/download/v0.1.1/terminal_size-0.1.1.tbz"
29 checksum: [
30 "sha256=165bb0de1718e2f73fcb46a35ce63f686cd1ecb0ac5f82923dda1fe6e7e9772b"
31 "md5=46fe5f36bf485b47b4d88cbdb2cc17f2"
32 ]
33}