ocamlPackages.dream-html: disable for OCaml < 5.3 (#470234)

This commit is contained in:
StepBroBD
2025-12-15 11:34:16 +00:00
committed by GitHub
@@ -9,6 +9,8 @@ buildDunePackage {
pname = "dream-html";
inherit (pure-html) src version meta;
minimalOCamlVersion = "5.3";
buildInputs = [
ppxlib
];