17 url = "https://github.com/ocaml/graphics/releases/download/${version}/graphics-${version}.tbz";
18 sha256 = "sha256-QA/YHSPxy0FGuWl5NCwkeXHdVPWHn/0vgOx80CEuMtQ=";
21 buildInputs = [ dune-configurator ];
22 propagatedBuildInputs = [ libX11 ];
25 homepage = "https://github.com/ocaml/graphics";
26 description = "Set of portable drawing primitives";
27 license = lib.licenses.lgpl2;