opam-version: "2.0" synopsis: "Basic utilities for interacting with terminals" description: "Basic utilities for interacting with terminals" maintainer: ["Craig Ferguson "] authors: ["Craig Ferguson "] license: "MIT" homepage: "https://github.com/CraigFe/progress" doc: "https://CraigFe.github.io/progress/" bug-reports: "https://github.com/CraigFe/progress/issues" depends: [ "dune" {>= "3.0"} "ocaml" {>= "4.03.0"} "uucp" {>= "2.0.0"} "uutf" {>= "1.0.0"} "stdlib-shims" "alcotest" {with-test & >= "1.4.0"} "fmt" {with-test} "astring" {with-test} "mtime" {with-test & >= "2.0.0"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/CraigFe/progress.git" url { src: "https://github.com/craigfe/progress/releases/download/0.4.0/progress-0.4.0.tbz" checksum: [ "sha256=8be449553379bb2dc5e8b79805c80447690a03dca3e9aee959fecf46d8278fb7" "sha512=841383e8aa7d6bd802ced5eb7feae01bd507b2914eb45e8a559140677f83d5b8ec614f1d0bc54421021b5254a1edd78dd8a2506b2dfb264af72448d76bd03ac5" ] } x-commit-hash: "b4d34b7b1d9622402fca3ad8ff7ed5816c74bf8c"