this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] progress (2 packages) (0.4.0)

CHANGES:

- Revert the `terminal` API and keep an "happy" path to get size of a tty
and be compatible with MirageOS (@art-w, @msprotz, CraigFe/progress#42, CraigFe/progress#43)
- Use a `float` instead of a `int` in `flow_meter per-second` (@mbarbin, CraigFe/progress#23, CraigFe/progress#27)

+95
+50
packages/progress/progress.0.4.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "User-definable progress bars" 3 + description: """ 4 + A progress bar library for OCaml, featuring a DSL for declaratively specifying 5 + progress bar formats. Supports rendering multiple progress bars simultaneously.""" 6 + maintainer: ["Craig Ferguson <me@craigfe.io>"] 7 + authors: ["Craig Ferguson <me@craigfe.io>"] 8 + license: "MIT" 9 + homepage: "https://github.com/CraigFe/progress" 10 + doc: "https://CraigFe.github.io/progress/" 11 + bug-reports: "https://github.com/CraigFe/progress/issues" 12 + depends: [ 13 + "dune" {>= "2.7"} 14 + "ocaml" {>= "4.08.0"} 15 + "terminal" {= version} 16 + "fmt" {>= "0.8.5"} 17 + "logs" {>= "0.7.0"} 18 + "mtime" {>= "2.0.0"} 19 + "uucp" {>= "2.0.0"} 20 + "uutf" {>= "1.0.0"} 21 + "vector" 22 + "optint" {>= "0.1.0"} 23 + "alcotest" {with-test & >= "1.4.0"} 24 + "astring" {with-test} 25 + "odoc" {with-doc} 26 + ] 27 + build: [ 28 + ["dune" "subst"] {dev} 29 + [ 30 + "dune" 31 + "build" 32 + "-p" 33 + name 34 + "-j" 35 + jobs 36 + "@install" 37 + "@runtest" {with-test} 38 + "@doc" {with-doc} 39 + ] 40 + ] 41 + dev-repo: "git+https://github.com/CraigFe/progress.git" 42 + url { 43 + src: 44 + "https://github.com/craigfe/progress/releases/download/0.4.0/progress-0.4.0.tbz" 45 + checksum: [ 46 + "sha256=8be449553379bb2dc5e8b79805c80447690a03dca3e9aee959fecf46d8278fb7" 47 + "sha512=841383e8aa7d6bd802ced5eb7feae01bd507b2914eb45e8a559140677f83d5b8ec614f1d0bc54421021b5254a1edd78dd8a2506b2dfb264af72448d76bd03ac5" 48 + ] 49 + } 50 + x-commit-hash: "b4d34b7b1d9622402fca3ad8ff7ed5816c74bf8c"
+45
packages/terminal/terminal.0.4.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Basic utilities for interacting with terminals" 3 + description: "Basic utilities for interacting with terminals" 4 + maintainer: ["Craig Ferguson <me@craigfe.io>"] 5 + authors: ["Craig Ferguson <me@craigfe.io>"] 6 + license: "MIT" 7 + homepage: "https://github.com/CraigFe/progress" 8 + doc: "https://CraigFe.github.io/progress/" 9 + bug-reports: "https://github.com/CraigFe/progress/issues" 10 + depends: [ 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 & >= "2.0.0"} 20 + "odoc" {with-doc} 21 + ] 22 + build: [ 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 + ] 36 + dev-repo: "git+https://github.com/CraigFe/progress.git" 37 + url { 38 + src: 39 + "https://github.com/craigfe/progress/releases/download/0.4.0/progress-0.4.0.tbz" 40 + checksum: [ 41 + "sha256=8be449553379bb2dc5e8b79805c80447690a03dca3e9aee959fecf46d8278fb7" 42 + "sha512=841383e8aa7d6bd802ced5eb7feae01bd507b2914eb45e8a559140677f83d5b8ec614f1d0bc54421021b5254a1edd78dd8a2506b2dfb264af72448d76bd03ac5" 43 + ] 44 + } 45 + x-commit-hash: "b4d34b7b1d9622402fca3ad8ff7ed5816c74bf8c"