this repo has no description

Merge pull request #23185 from Leonidas-from-XIV/ocaml5-fftw3

Do not build `fftw3.0.8.4` on OCaml 5

Kate 91015c2b a9fb5a37

Changed files
+1 -1
packages
fftw3
fftw3.0.8.4
+1 -1
packages/fftw3/fftw3.0.8.4/opam
···
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
-
"ocaml" {>= "4.03.0"}
+
"ocaml" {>= "4.03.0" & < "5.0.0"}
"dune" {>= "1.1"}
"dune-configurator"
"cppo" {build}