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