1 { lib, buildDunePackage, fetchurl, ocaml
2 , stdlib-shims, uutf, uucp
10 minimalOCamlVersion = "4.03";
13 url = "https://github.com/CraigFe/progress/releases/download/${version}/progress-${version}.tbz";
14 hash = "sha256-i+RJVTN5uy3F6LeYBcgER2kKA9yj6a7pWf7PRtgnj7c=";
17 propagatedBuildInputs = [ stdlib-shims uutf uucp ];
19 doCheck = lib.versionAtLeast ocaml.version "4.08";
20 checkInputs = [ alcotest fmt ];
23 description = "Basic utilities for interacting with terminals";
24 homepage = "https://github.com/CraigFe/progress";
25 license = licenses.mit;
26 maintainers = [ maintainers.vbgl ];