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" 37url { 38 src: 39 "https://github.com/CraigFe/progress/releases/download/0.2.1/terminal-0.2.1.tbz" 40 checksum: [ 41 "sha256=7ae7f5c5a2db88107d0b3fd37d5344f066921270a3e74d56dd13457feb9e586e" 42 "sha512=3828ac568e447e5f1e59450ee48491c256d8bc77abe234190e14e2db5be7b81f379837083f0eb28ea9572fce2781fd0addd7adc1701947c0b2de9d8319ace042" 43 ] 44} 45x-commit-hash: "04ad0ff1dcfdbd46133b640a4481924a56724640"