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} 13 ["ocaml" "pkg/pkg.ml" "test"] {with-test} 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.3/terminal_size-0.1.3.tbz" 29 checksum: [ 30 "sha256=e3d05e2ec5e175b7fc8f9f96252e613da7bd8be4e07d221894f5d899afc61794" 31 "md5=b99f6a769e503dae7c04568100e29214" 32 ] 33}