craigfe / progress

Progress bar library for OCaml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Progress bar library for OCaml

License:MIT License


Languages

Language:OCaml 98.1%Language:C 1.6%Language:Makefile 0.2%