this repo has no description

Merge pull request #21401 from mseri/fix-bounds

Fix various bounds

Changed files
+12 -12
packages
bytearray
bytearray.1.0.1
bytearray.1.0.2
gen
gen.0.5.1
gufo
gufo.0.1.2
ordma
ordma.0.0.1
ordma.0.0.2
ordma.0.0.3
ordma.0.0.4
ordma.0.0.5
piqilib
piqilib.0.6.15
+2 -2
packages/bytearray/bytearray.1.0.1/opam
···
]
depends: [
"base-bigarray"
-
"cppo"
+
"cppo" {>= "1.1.2"}
"dune"
-
"ocaml"
+
"ocaml" {< "4.14~" }
]
synopsis: "Efficient marshaling to and from bigarrays"
url {
+2 -2
packages/bytearray/bytearray.1.0.2/opam
···
]
depends: [
"base-bigarray"
-
"cppo"
+
"cppo" {>= "1.1.2"}
"dune"
-
"ocaml" {>= "4.03.0"}
+
"ocaml" {>= "4.03.0" & < "4.14~"}
]
synopsis: "Efficient marshaling to and from bigarrays"
url {
+1 -1
packages/gen/gen.0.5.1/opam
···
]
depends: [
"ocaml" {< "4.11"}
-
"jbuilder" {>= "1.0+beta7"}
+
"jbuilder" {>= "1.0+beta12"}
"base-bytes"
"odoc" {with-doc}
"qtest" {with-test}
+1 -1
packages/gufo/gufo.0.1.2/opam
···
"lwt"
"lambda-term" {>= "2.0.2"}
"base-unix"
-
"sedlex" {>= "2.0.0"}
+
"sedlex" {>= "2.0.0" & < "3.0"}
"oasis"
]
url {
+1 -1
packages/ordma/ordma.0.0.1/opam
···
install: [make "install"]
remove: [make "uninstall"]
depends: [
-
"ocaml" {>= "4.02.0"}
+
"ocaml" {>= "4.02.0" & < "4.14~"}
"ocamlfind" {build}
"ocamlbuild" {build}
"lwt" {>= "2.5.1" & < "4.0.0"}
+1 -1
packages/ordma/ordma.0.0.2/opam
···
install: [make "install"]
remove: ["make uninstall"]
depends: [
-
"ocaml" {>= "4.02.0"}
+
"ocaml" {>= "4.02.0" & < "4.14~"}
"ocamlfind" {build}
"ocamlbuild" {build}
"lwt" {>= "2.5.1" & < "4.0.0"}
+1 -1
packages/ordma/ordma.0.0.3/opam
···
install: [make "install"]
remove: [make "uninstall"]
depends: [
-
"ocaml" {>= "4.02.0"}
+
"ocaml" {>= "4.02.0" & < "4.14~"}
"ocamlfind" {build}
"ocamlbuild" {build}
"lwt" {>= "2.5.1"}
+1 -1
packages/ordma/ordma.0.0.4/opam
···
install: [make "install"]
remove: [make "uninstall"]
depends: [
-
"ocaml" {>= "4.02.0"}
+
"ocaml" {>= "4.02.0" & < "4.14~"}
"ocamlfind" {build}
"ocamlbuild" {build}
"lwt" {>= "2.5.1"}
+1 -1
packages/ordma/ordma.0.0.5/opam
···
["dune" "build" "@test" "-j" jobs] {with-test & ocaml:version < "4.10"}
]
depends: [
-
"ocaml" {>= "4.02.0"}
+
"ocaml" {>= "4.02.0" & < "4.14~"}
"dune"
"lwt" {>= "2.5.1"}
"lwt_log"
+1 -1
packages/piqilib/piqilib.0.6.15/opam
···
"ocaml" {>= "4.03"}
"ocamlfind" {build}
"easy-format"
-
"sedlex" {>= "2.2"}
+
"sedlex" {>= "2.2" & < "3.0"}
"xmlm"
"base64" {>="3.1.0"}
"conf-which" {build}