package progress

  1. Overview
  2. Docs
User-definable progress bars

Install

Dune Dependency

Authors

Maintainers

Sources

progress-0.1.0.tbz
sha256=1f101c2823d84d4dc8af693d1571ebdd614f30d675f8efeedf0d6c3018f602e2
sha512=663494ac7f4ddcbc130edc90f5ae036ec198b44f826a966fa94edee419ce7d9bb7e00a5c3996eb65b2d8213a3907a05fff60707f828102ef1e5c5133bcd78037

Description

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

Published: 12 Oct 2020

README

Progress — user-definable progress bars for OCaml

A progress bar library for OCaml.

Features:

  • allows user-defined progress bar layouts;

  • supports rendering multiple progress bars simultaneously;

  • dynamically responds to changes in terminal size.

Installation

Progress can be installed with opam:

opam install progress

Dependencies (4)

  1. terminal_size
  2. mtime < "1.4.0"
  3. ocaml >= "4.08.0"
  4. dune >= "2.7"

Dev Dependencies (4)

  1. odoc with-doc
  2. fmt with-test
  3. astring with-test
  4. alcotest >= "1.1.0" & with-test

Used by (1)

  1. irmin-bench >= "2.5.0" & < "2.7.0"

Conflicts

None

OCaml

Innovation. Community. Security.