lol

ocamlPackages.ocamlformat_0_26_2: disable for OCaml ≥ 5.3

+1
+1
pkgs/development/ocaml-modules/ocamlformat/ocamlformat.nix
··· 18 18 ( 19 19 lib.versionAtLeast ocaml.version "5.0" && !lib.versionAtLeast version "0.23" 20 20 || lib.versionAtLeast ocaml.version "5.2" && !lib.versionAtLeast version "0.26.2" 21 + || lib.versionAtLeast ocaml.version "5.3" && !lib.versionAtLeast version "0.27" 21 22 ) 22 23 "ocamlformat ${version} is not available for OCaml ${ocaml.version}" 23 24