this repo has no description
0
fork

Configure Feed

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

Mark conflict in zarith_js_stubs (#24681)

* Mark conflict in zarith_js_stubs

* More conflicts in more versions

* Add comments explaining conflicts

* revert to < and >= constraints

see https://github.com/ocaml/opam-repository/pull/24681#discussion_r1379034923

authored by

Raphaël Proust and committed by
GitHub
cd449b28 b8ec39e3

+8 -1
+2
packages/zarith_stubs_js/zarith_stubs_js.v0.12.0/opam
··· 12 12 "ocaml" {>= "4.04.2"} 13 13 "dune" {>= "1.5.1"} 14 14 ] 15 + # The conflict is a run-time failure (extract_small) when versions do not match: 16 + conflicts: [ "zarith" {< "1.12" | >= "1.13" } ] 15 17 synopsis: "Javascripts stubs for the Zarith library" 16 18 description: " 17 19 This library contains no ocaml code, but instead implements
+2
packages/zarith_stubs_js/zarith_stubs_js.v0.13.0/opam
··· 13 13 "ocaml" {>= "4.04.2"} 14 14 "dune" {>= "1.5.1"} 15 15 ] 16 + # The conflict is a run-time failure (extract_small) when versions do not match: 17 + conflicts: [ "zarith" {< "1.12" | >= "1.13" } ] 16 18 synopsis: "Javascripts stubs for the Zarith library" 17 19 description: " 18 20 This library contains no ocaml code, but instead implements
+2 -1
packages/zarith_stubs_js/zarith_stubs_js.v0.15.0/opam
··· 14 14 "dune" {>= "2.0.0"} 15 15 ] 16 16 # The conflict is a run-time failure when versions do not match: 17 - conflicts: "zarith" {< "1.12"} 17 + # There are two separate failures for <1.12 and >1.12 18 + conflicts: [ "zarith" {< "1.12" | >= "1.13" } ] 18 19 synopsis: "Javascripts stubs for the Zarith library" 19 20 description: " 20 21 This library contains no ocaml code, but instead implements
+2
packages/zarith_stubs_js/zarith_stubs_js.v0.16.0/opam
··· 13 13 "ocaml" {>= "4.14.0"} 14 14 "dune" {>= "2.0.0"} 15 15 ] 16 + # The conflict is a run-time failure (extract_small) when versions do not match: 17 + conflicts: [ "zarith" {< "1.12" | >= "1.13" } ] 16 18 synopsis: "Javascripts stubs for the Zarith library" 17 19 description: " 18 20 This library contains no ocaml code, but instead implements