10 buildDunePackage rec {
11 minimalOCamlVersion = "4.08";
18 url = "https://github.com/rlepigre/ocaml-imagelib/releases/download/${version}/imagelib-${version}.tbz";
19 hash = "sha256-BQ2TVxGlpc6temteK84TKXpx0MtHZSykL/TjKN9xGP0=";
22 propagatedBuildInputs = [ decompress stdlib-shims ];
25 checkInputs = [ alcotest ];
28 description = "Image formats such as PNG and PPM in OCaml";
29 homepage = "https://github.com/rlepigre/ocaml-imagelib";
30 license = lib.licenses.lgpl3;
31 maintainers = [ lib.maintainers.vbgl ];
32 mainProgram = "imagetool";