this repo has no description
0
fork

Configure Feed

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

Merge pull request #19959 from dra27/5.00

OCaml 5.00.0 rather than 5.0.0

authored by

Kate and committed by
GitHub
e152d076 445af1d3

+4 -4
+1 -1
packages/ocaml-variants/ocaml-variants.5.0.0+trunk/opam packages/ocaml-variants/ocaml-variants.5.00.0+trunk/opam
··· 7 7 bug-reports: "https://github.com/ocaml/opam-repository/issues" 8 8 dev-repo: "git+https://github.com/ocaml/ocaml.git#trunk" 9 9 depends: [ 10 - "ocaml" {= "5.0.0" & post} 10 + "ocaml" {= "5.00.0" & post} 11 11 "base-unix" {post} 12 12 "base-bigarray" {post} 13 13 "base-threads" {post}
+3 -3
packages/ocaml/ocaml.5.0.0/opam packages/ocaml/ocaml.5.00.0/opam
··· 7 7 maintainer: "platform@lists.ocaml.org" 8 8 depends: [ 9 9 "ocaml-config" {>= "2"} 10 - "ocaml-base-compiler" {= "5.0.0"} | 11 - "ocaml-variants" {>= "5.0.0" & < "5.0.1~"} | 12 - "ocaml-system" {>= "5.0.0" & < "5.0.1~"} 10 + "ocaml-base-compiler" {= "5.00.0"} | 11 + "ocaml-variants" {>= "5.00.0" & < "5.00.1~"} | 12 + "ocaml-system" {>= "5.00.0" & < "5.00.1~"} 13 13 ] 14 14 setenv: [ 15 15 [CAML_LD_LIBRARY_PATH = "%{_:stubsdir}%"]