this repo has no description

Merge pull request #21605 from kit-ty-kate/fix-56

integers < 0.6.0 is not compatible with OCaml 5.0 (uses Pervasives)

Kate 157c6c9e 5b39912e

Changed files
+8 -8
packages
integers
integers.0.1.0
integers.0.2.0
integers.0.2.1
integers.0.2.2
integers.0.3.0
integers.0.4.0
integers.0.5.0
integers.0.5.1
+1 -1
packages/integers/integers.0.1.0/opam
···
[[ "ocaml" "pkg/pkg.ml" "build"
"--pinned" "%{pinned}%"]]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0"}
"ocamlbuild" {build & != "0.9.0"}
"ocamlfind" {build}
"topkg" {build}
+1 -1
packages/integers/integers.0.2.0/opam
···
[[ "ocaml" "pkg/pkg.ml" "build"
"--pinned" "%{pinned}%"]]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0"}
"ocamlbuild" {build & != "0.9.0"}
"ocamlfind" {build}
"topkg" {build}
+1 -1
packages/integers/integers.0.2.1/opam
···
[[ "ocaml" "pkg/pkg.ml" "build"
"--pinned" "%{pinned}%"]]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0"}
"ocamlbuild" {build & != "0.9.0"}
"ocamlfind" {build}
"topkg" {build}
+1 -1
packages/integers/integers.0.2.2/opam
···
[[ "ocaml" "pkg/pkg.ml" "build"
"--pinned" "%{pinned}%"]]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0"}
"ocamlbuild" {build & != "0.9.0"}
"ocamlfind" {build}
"topkg" {build}
+1 -1
packages/integers/integers.0.3.0/opam
···
]
depends: [
-
"ocaml" {>= "4.02"}
+
"ocaml" {>= "4.02" & < "5.0"}
"dune"
]
doc: "http://ocamllabs.github.io/ocaml-integers/api.docdir/"
+1 -1
packages/integers/integers.0.4.0/opam
···
]
depends: [
-
"ocaml" {>= "4.02"}
+
"ocaml" {>= "4.02" & < "5.0"}
"dune"
]
doc: "http://ocamllabs.github.io/ocaml-integers/api.docdir/"
+1 -1
packages/integers/integers.0.5.0/opam
···
]
depends: [
-
"ocaml" {>= "4.05"}
+
"ocaml" {>= "4.05" & < "5.0"}
"dune"
]
doc: "http://ocamllabs.github.io/ocaml-integers/api.docdir/"
+1 -1
packages/integers/integers.0.5.1/opam
···
]
depends: [
-
"ocaml" {>= "4.03"}
+
"ocaml" {>= "4.03" & < "5.0"}
"dune"
]
doc: "http://ocamllabs.github.io/ocaml-integers/api.docdir/"