Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/CraigFe/progress

Progress bar library for OCaml
https://github.com/CraigFe/progress

Last synced: 1 day ago
JSON representation

Progress bar library for OCaml

Awesome Lists containing this project

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][docs].

[docs]: https://craigfe.github.io/progress/progress/index.html


### Installation

`Progress` can be installed with `opam`:

```
opam install progress
```