this repo has no description
1opam-version: "2.0" 2synopsis: "Basic utilities for interacting with terminals" 3description: "Basic utilities for interacting with terminals" 4maintainer: ["Craig Ferguson <me@craigfe.io>"] 5authors: ["Craig Ferguson <me@craigfe.io>"] 6license: "MIT" 7homepage: "https://github.com/CraigFe/progress" 8doc: "https://CraigFe.github.io/progress/" 9bug-reports: "https://github.com/CraigFe/progress/issues" 10depends: [ 11 "dune" {>= "2.7"} 12 "ocaml" {>= "4.03.0"} 13 "uucp" {>= "2.0.0"} 14 "uutf" {>= "1.0.0"} 15 "stdlib-shims" 16 "alcotest" {with-test & >= "1.4.0"} 17 "fmt" {with-test} 18 "astring" {with-test} 19 "mtime" {with-test & >= "1.1.0"} 20 "odoc" {with-doc} 21] 22build: [ 23 ["dune" "subst"] {dev} 24 [ 25 "dune" 26 "build" 27 "-p" 28 name 29 "-j" 30 jobs 31 "@install" 32 "@runtest" {with-test} 33 "@doc" {with-doc} 34 ] 35] 36dev-repo: "git+https://github.com/CraigFe/progress.git" 37x-commit-hash: "1813dac3859e88fa354e2ecad5cd9192e95e7761" 38url { 39 src: 40 "https://github.com/CraigFe/progress/releases/download/0.2.0/terminal-0.2.0.tbz" 41 checksum: [ 42 "sha256=7a92f6aede3d5010a30e6e47ccbc8380cc5bece8ac95c508323eb25272e6ddd3" 43 "sha512=a2ccea467e2d0e419b569992102bd2c43ff97b47f7f8413ee8fbe775ce369a80ff11e0a8fd450ebf1776f7c65baf2482076a120318c9d818488ceba0b9196639" 44 ] 45}