1 { lib, fetchFromGitHub, buildDunePackage, ocaml, uucp, uutf, mdx }:
9 minimumOCamlVersion = "4.03";
11 src = fetchFromGitHub {
15 sha256 = "099yxpp7d9bms6dwzp9im7dv1qb801hg5rx6awpx3rpfl4cvqfn2";
18 checkInputs = [ uucp uutf mdx.bin ];
20 # mdx is not available for OCaml < 4.07
21 doCheck = lib.versionAtLeast ocaml.version "4.07";
24 homepage = "https://github.com/c-cube/printbox/";
25 description = "Allows to print nested boxes, lists, arrays, tables in several formats";
26 license = lib.licenses.isc;
27 maintainers = [ lib.maintainers.romildo ];