package progress

  1. Overview
  2. Docs
User-definable progress bars

Install

dune-project
 Dependency

Authors

Maintainers

Sources

progress-0.5.0.tbz
sha256=7f87f0597363928c45ba859ae5a1430f6aa3c29e251ff1a53cf786ed0e045961
sha512=45dee4fe2ae0b7fc3ca675f6e854d738873eb608ef9155ea5d7edac4639c183ae1f512847a1b43bdfc1f4c459e7d5b44d03ee809455797e680f890b33d531367

Description

A progress bar library for OCaml, featuring a DSL for declaratively specifying progress bar formats. Supports rendering multiple progress bars simultaneously.

Published: 25 Sep 2025

README

Progress

User-definable progress bars for OCaml


Features:

  • allows user-defined progress bar layouts;
  • supports rendering multiple progress bars simultaneously;
  • dynamically responds to changes in terminal size;
  • supports interleaving logging with progress bar rendering.

The documentation is available online.


Installation

Progress can be installed with opam:

opam install progress

Dependencies (12)

  1. optint >= "0.1.0"
  2. uutf >= "1.0.0"
  3. uucp >= "2.0.0"
  4. mtime >= "2.0.0"
  5. logs >= "0.7.0"
  6. fmt >= "0.8.5"
  7. terminal = version
  8. vector
  9. ocaml < "5.2.0"
  10. ocaml >= "5.2.0"
  11. ocaml >= "4.08.0"
  12. dune >= "3.20.0"

Dev Dependencies (3)

  1. odoc with-doc
  2. astring with-test
  3. alcotest with-test & >= "1.4.0"

Conflicts

None