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] 12depends: [ 13 "ocaml" {>= "4.01.0"} 14 "ocamlbuild" {build} 15 "ocamlfind" {build} 16 "topkg" {build} 17] 18synopsis: "Get the dimensions of the terminal" 19description: """ 20You can use this small library to detect the dimensions of the terminal window 21attached to a process.""" 22url { 23 src: 24 "https://github.com/cryptosense/terminal_size/releases/download/v0.1.0/terminal_size-0.1.0.tbz" 25 checksum: [ 26 "sha256=b58e22054f3269d28fd270ff167497a2d14eec6077646ae14e6b055388cd2852" 27 "md5=1ae2f8533917b21d986a2a34846c4df1" 28 ] 29}