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 = [
28 checkInputs = [ alcotest ];
31 description = "Image formats such as PNG and PPM in OCaml";
32 homepage = "https://github.com/rlepigre/ocaml-imagelib";
33 license = lib.licenses.lgpl3;
34 maintainers = [ lib.maintainers.vbgl ];
35 mainProgram = "imagetool";