this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

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

authored by

Kate and committed by
GitHub
34077df0 72ab4913

+2 -2
+1 -1
packages/posix-math/posix-math.0.3.0-0/opam
··· 17 17 ["ocamlfind" "remove" "posix-math"] 18 18 ] 19 19 depends: [ 20 - "ocaml" 20 + "ocaml" {< "5.0.0"} 21 21 "result" 22 22 "ocamlfind" {>= "1.5"} 23 23 "ocamlbuild" {build}
+1 -1
packages/posix-math/posix-math.0.3.1-0/opam
··· 17 17 ["ocamlfind" "remove" "posix-math"] 18 18 ] 19 19 depends: [ 20 - "ocaml" 20 + "ocaml" {< "5.0.0"} 21 21 "result" 22 22 "ocamlfind" {>= "1.5"} 23 23 "ocamlbuild" {build}