this repo has no description

Merge pull request #23124 from tmattio/ocaml5-posix-math

Do not build posix-math.0.3.{0-0,1-0} on OCaml 5

Kate 34077df0 72ab4913

Changed files
+2 -2
packages
posix-math
posix-math.0.3.0-0
posix-math.0.3.1-0
+1 -1
packages/posix-math/posix-math.0.3.0-0/opam
···
["ocamlfind" "remove" "posix-math"]
]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0.0"}
"result"
"ocamlfind" {>= "1.5"}
"ocamlbuild" {build}
+1 -1
packages/posix-math/posix-math.0.3.1-0/opam
···
["ocamlfind" "remove" "posix-math"]
]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0.0"}
"result"
"ocamlfind" {>= "1.5"}
"ocamlbuild" {build}