this repo has no description

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

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