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.2/terminal_size-0.1.2.tbz" 29 checksum: [ 30 "sha256=118951c27fcb6259f423e466ee5b961aad518b4d127a9752af24ebf7bacd034f" 31 "md5=e658053d12ac9e837597e2c34f842ed2" 32 ] 33}