opam-version: "2.0" synopsis: "User-definable progress bars" description: """ A progress bar library for OCaml, featuring a DSL for declaratively specifying progress bar formats. Supports rendering multiple progress bars simultaneously.""" 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" {>= "2.7"} "ocaml" {>= "4.08.0"} "terminal" {= version} "fmt" {>= "0.8.5"} "logs" {>= "0.7.0"} "mtime" {>= "2.0.0"} "uucp" {>= "2.0.0"} "uutf" {>= "1.0.0"} "vector" "optint" {>= "0.1.0"} "alcotest" {with-test & >= "1.4.0"} "astring" {with-test} "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"