opam-version: "2.0" maintainer: "Etienne Millon " authors: "Etienne Millon " homepage: "https://github.com/cryptosense/terminal_size" bug-reports: "https://github.com/cryptosense/terminal_size/issues" license: "BSD-2-Clause" dev-repo: "git+https://github.com/cryptosense/terminal_size.git" doc: "https://cryptosense.github.io/terminal_size/doc" build: [ ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"] ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "true"] {with-test} ["ocaml" "pkg/pkg.ml" "test"] {with-test} ] depends: [ "ocaml" {>= "4.01.0"} "ocamlbuild" {build} "ocamlfind" {build} "alcotest" {with-test} "topkg" {build} ] synopsis: "Get the dimensions of the terminal" description: """ You can use this small library to detect the dimensions of the terminal window attached to a process.""" url { src: "https://github.com/cryptosense/terminal_size/releases/download/v0.1.3/terminal_size-0.1.3.tbz" checksum: [ "sha256=e3d05e2ec5e175b7fc8f9f96252e613da7bd8be4e07d221894f5d899afc61794" "md5=b99f6a769e503dae7c04568100e29214" ] }