this repo has no description

Merge pull request #22852 from mseri/fix-ocaml-5

Fix upper bounds on ocaml 5 (first 1/3)

Kate b457e9f3 849d953a

Changed files
+74 -67
packages
aez
aez.0.3
aio
aio.0.0.3
alba
alba.0.4.0
alba.0.4.1
alba.0.4.2
alba.0.4.3
alt-ergo
alt-ergo.0.95.2
alt-ergo.0.99.1
alt-ergo.1.01
alt-ergo-free
alt-ergo-free.2.2.0
cairo2
cairo2.0.5
captureio
captureio.0.1.1
captureio.0.1.2
caqti
caqti.1.0.0
caqti.1.1.0
cconv
cconv.0.2
cconv.0.3
cconv.0.3.1
cconv.0.4
fmlib_parse
fmlib_parse.0.5.0
fmlib_parse.0.5.1
fsml
fsml.0.2.1
fsml.0.3.0
fstreams
fstreams.0.2.1
functory
functory.0.6
gadelac
gadelac.0.6.1
gbddml
gbddml.2.71.10
gen-bs
gen-bs.0.0.0
geoip
geoip.0.0.3
getopt
getopt.20120615
glMLite
glMLite.0.03.53
gles3
gles3.20160307.alpha
glicko2
glicko2.1.0.0
gsl
gsl.1.18.5
gsl.1.19.1
gsl.1.19.3
gsl.1.20.0
gsl.1.20.2
gsl.1.21.0
gsl.1.22.0
gsl.1.24.0
gsl.1.24.1
gsl.1.24.2
h2
h2.0.6.1
hacl_x25519
hacl_x25519.0.1.0
hamt
hamt.1.0.0
hdfs
hdfs.0.1
hdfs.0.3
hdfs.0.4
inquire
inquire.0.2.1
interval_intel
interval_intel.1.5
interval_intel.1.5.1
inuit
inuit.0.4
itv-tree
itv-tree.2.1
javalib
javalib.3.1.1
javalib.3.2
javalib.3.2.1
jingoo
jingoo.1.2.16
jingoo.1.2.17
jingoo.1.2.18
json-rpc
json-rpc.0.5.0-0
jsonxt
jsonxt.1.0.0
jsonxt.1.0.1
junit
junit.0.1
kaputt
kaputt.1.2
key-parsers
key-parsers.1.4.0
+1 -1
packages/aez/aez.0.3/opam
···
]
remove: [["ocamlfind" "remove" "aez"]]
depends: [
-
"ocaml" {>= "3.12"}
+
"ocaml" {>= "3.12" & < "5.0"}
"ocamlfind"
"num"
]
+4 -1
packages/aio/aio.0.0.3/opam
···
]
build: make
remove: [[make "uninstall"]]
-
depends: ["ocaml" "ocamlfind"]
+
depends: [
+
"ocaml" {<"5.0"}
+
"ocamlfind"
+
]
depexts: [
["libaio-dev"] {os-family = "debian"}
]
+1 -1
packages/alba/alba.0.4.0/opam
···
[make "build"]
]
depends: [
-
"ocaml" {>= "4.03.0"}
+
"ocaml" {>= "4.03.0" & < "5.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"menhir" {build}
+1 -1
packages/alba/alba.0.4.1/opam
···
["dune" "build" "@doc" "-p" name] {with-doc}
]
depends: [
-
"ocaml" {>= "4.08.0"}
+
"ocaml" {>= "4.08.0" & < "5.0"}
"linenoise"
"menhir" {build}
"dune" {>= "1.8.0"}
+1 -1
packages/alba/alba.0.4.2/opam
···
# ["sh" "./.copy_docu.sh"] recommended to delete (camelus test)
]
depends: [
-
"ocaml" {>= "4.08.0"}
+
"ocaml" {>= "4.08.0" & < "5.0"}
"dune" {>= "1.10.0"}
"linenoise"
"js_of_ocaml-ppx"
+1 -1
packages/alba/alba.0.4.3/opam
···
# ["sh" "./.copy_docu.sh"] recommended to delete (camelus test)
]
depends: [
-
"ocaml" {>= "4.08.0"}
+
"ocaml" {>= "4.08.0" & < "5.0"}
"dune" {>= "1.10.0"}
"linenoise"
"js_of_ocaml" {>= "3.6.0"}
+1 -1
packages/alt-ergo-free/alt-ergo-free.2.2.0/opam
···
]
depends: [
-
"ocaml" {>= "4.04.0"}
+
"ocaml" {>= "4.04.0" & < "5.0"}
"num"
"zarith" {>= "1.4"}
"camlzip"
+1 -1
packages/alt-ergo/alt-ergo.0.95.2/opam
···
]
depends: [
-
"ocaml"
+
"ocaml" {<"5.0"}
"zarith"
"ocamlgraph" {>= "1.8.2"}
"num"
+1 -1
packages/alt-ergo/alt-ergo.0.99.1/opam
···
]
depends: [
-
"ocaml"
+
"ocaml" {<"5.0"}
"zarith"
"ocamlgraph" {>= "1.8.2"}
"num"
+5 -1
packages/alt-ergo/alt-ergo.1.01/opam
···
["rm" "%{man}%/man1/alt-ergo.1"]
]
-
depends: ["ocaml" "zarith" "num"]
+
depends: [
+
"ocaml" {<"5.0"}
+
"zarith"
+
"num"
+
]
messages: [ "This release is too old. Please consider using version 1.30 that fixes many soundness bugs and brings a lot of improvements" ]
synopsis: "Alt-Ergo, an SMT Solver for Software Verification"
description: """
+1 -1
packages/cairo2/cairo2.0.5/opam
···
["ocamlfind" "remove" "cairo2"]
]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0"}
"base-bigarray"
"ocamlfind" {build}
"ocamlbuild" {build}
+1 -1
packages/captureio/captureio.0.1.1/opam
···
install: [make "install"]
remove: ["ocamlfind" "remove" "captureio"]
depends: [
-
"ocaml" {>= "4.02.0"}
+
"ocaml" {>= "4.02.0" & < "5.0"}
"ocamlfind" {build}
"testsimple" {with-test}
"ocamlbuild" {build}
+1 -1
packages/captureio/captureio.0.1.2/opam
···
install: [make "install"]
remove: ["ocamlfind" "remove" "captureio"]
depends: [
-
"ocaml" {>= "4.02.0"}
+
"ocaml" {>= "4.02.0" & < "5.0"}
"ocamlfind" {build}
"testsimple" {with-test}
"ocamlbuild" {build}
+1 -1
packages/caqti/caqti.1.0.0/opam
···
doc: "http://paurkedal.github.io/ocaml-caqti/index.html"
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
-
"ocaml" {>= "4.04.0"}
+
"ocaml" {>= "4.04.0" & < "5.0"}
"dune"
"logs"
"ptime"
+1 -1
packages/caqti/caqti.1.1.0/opam
···
doc: "http://paurkedal.github.io/ocaml-caqti/index.html"
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
-
"ocaml" {>= "4.04.0"}
+
"ocaml" {>= "4.04.0" & < "5.0"}
"dune"
"logs"
"ptime"
+1 -1
packages/cconv/cconv.0.2/opam
···
["ocamlfind" "remove" "cconv"]
]
depends: [
-
"ocaml" {>= "4.00.0"}
+
"ocaml" {>= "4.00.0" & < "5.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
]
+1 -1
packages/cconv/cconv.0.3.1/opam
···
["ocamlfind" "remove" "cconv"]
]
depends: [
-
"ocaml" {>= "3.12"}
+
"ocaml" {>= "3.12" & < "5.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
]
+1 -1
packages/cconv/cconv.0.3/opam
···
["ocamlfind" "remove" "cconv"]
]
depends: [
-
"ocaml" {>= "3.12"}
+
"ocaml" {>= "3.12" & < "5.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
]
+1 -1
packages/cconv/cconv.0.4/opam
···
install: [make "install"]
remove: ["ocamlfind" "remove" "cconv"]
depends: [
-
"ocaml" {>= "4.01.0"}
+
"ocaml" {>= "4.01.0" & < "5.0"}
"ocamlbuild" {build}
"cppo" {build}
"cppo_ocamlbuild" {build}
+1 -1
packages/fmlib_parse/fmlib_parse.0.5.0/opam
···
depends: [
-
"ocaml" {>= "4.08.0"}
+
"ocaml" {>= "4.08.0" & < "5.0"}
"dune" {>= "1.10"}
"odoc" {with-doc}
"ppx_inline_test" {>= "v0.13.0"}
+1 -1
packages/fmlib_parse/fmlib_parse.0.5.1/opam
···
depends: [
-
"ocaml" {>= "4.08.0"}
+
"ocaml" {>= "4.08.0" & < "5.0"}
"dune" {>= "1.10"}
"odoc" {with-doc}
"ppx_inline_test" {>= "v0.13.0"}
+1 -1
packages/fsml/fsml.0.2.1/opam
···
"ppxlib" {>= "0.13.0"}
"ppx_deriving_yojson" {>= "3.5.3"}
"menhir" {>= "20200624"}
-
"ocaml" {>= "4.10"}
+
"ocaml" {>= "4.10" & < "5.0"}
]
build: [
["dune" "subst"] {dev}
+1 -1
packages/fsml/fsml.0.3.0/opam
···
"ppxlib" {>= "0.13.0"}
"ppx_deriving_yojson" {>= "3.5.3"}
"menhir" {>= "20200624" & < "20211215"}
-
"ocaml" {>= "4.10"}
+
"ocaml" {>= "4.10" & < "5.0"}
]
build: [
["dune" "subst"] {dev}
+1 -1
packages/fstreams/fstreams.0.2.1/opam
···
install: [make "install"]
remove: ["ocamlfind" "remove" "fstreams"]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
]
+1 -1
packages/functory/functory.0.6/opam
···
]
remove: [["ocamlfind" "remove" "functory"]]
depends: [
-
"ocaml" {>= "4.03.0"}
+
"ocaml" {>= "4.03.0" & < "5.0"}
"ocamlfind"
]
install: [make "ocamlfind-install"]
+1 -1
packages/gadelac/gadelac.0.6.1/opam
···
[make "gadelac"]
]
depends: [
-
"ocaml" {>= "3.12.1"}
+
"ocaml" {>= "3.12.1" & < "5.0"}
"base-unix"
"menhir"
"ocamlbuild" {build}
+1 -1
packages/gbddml/gbddml.2.71.10/opam
···
bug-reports:
"https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/lutin"
depends: [
-
"ocaml"
+
"ocaml" {< "5.0"}
"base-unix" {build}
"dune" {>= "2.0"}
"camlidl" {>= "1.09"}
+1 -1
packages/gen-bs/gen-bs.0.0.0/opam
···
install: ["ocaml" "setup.ml" "install"]
remove: ["ocaml" "setup.ml" "remove"]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0"}
"ocamlfind" {build & >= "1.7.1"}
"ocamlbuild" {build & >= "0.9.3"}
"batteries" {>= "2.6.0"}
+1 -1
packages/geoip/geoip.0.0.3/opam
···
]
remove: [["ocamlfind" "remove" "geoip"]]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
]
+1 -1
packages/getopt/getopt.20120615/opam
···
]
remove: [["ocamlfind" "remove" "getopt"]]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0"}
"ocamlfind"
"ocamlbuild" {build}
]
+1 -1
packages/glMLite/glMLite.0.03.53/opam
···
build: make
depends: [
-
"ocaml" {>= "4.08.0"}
+
"ocaml" {>= "4.08.0" & < "5.0"}
"ocamlfind" {build}
"conf-libjpeg"
]
+1 -1
packages/gles3/gles3.20160307.alpha/opam
···
install: [make "install"]
remove: ["ocamlfind" "remove" "gles3"]
depends: [
-
"ocaml" {>= "4.02.0"}
+
"ocaml" {>= "4.02.0" & < "5.0"}
"ocamlfind" {build}
]
depexts: [
+1 -1
packages/glicko2/glicko2.1.0.0/opam
···
install: [make "install"]
remove: ["ocamlfind" "remove" "glicko2"]
depends: [
-
"ocaml" {>= "4.02.3"}
+
"ocaml" {>= "4.02.3" & < "5.0"}
"fmt" {>= "0.0.8"}
"logs" {>= "0.6.0"}
"ocamlfind" {build & >= "1.7.0"}
+1 -1
packages/gsl/gsl.1.18.5/opam
···
available: arch != "arm32"
x-ci-accept-failures: ["debian-unstable"]
depends: [
-
"ocaml" {>= "3.12"}
+
"ocaml" {>= "3.12" & < "5.0"}
"base-bigarray"
"ocamlfind" {build & >= "1.3.1"}
"conf-gsl"
+1 -1
packages/gsl/gsl.1.19.1/opam
···
]
available: arch != "arm32"
depends: [
-
"ocaml" {>= "3.12"}
+
"ocaml" {>= "3.12" & < "5.0"}
"base-bigarray"
"ocamlfind" {build & >= "1.3.1"}
"conf-gsl"
+1 -1
packages/gsl/gsl.1.19.3/opam
···
]
available: arch != "arm32"
depends: [
-
"ocaml" {>= "3.12"}
+
"ocaml" {>= "3.12" & < "5.0"}
"base-bigarray"
"ocamlbuild" {build}
"ocamlfind" {build & >= "1.3.1"}
+1 -1
packages/gsl/gsl.1.20.0/opam
···
]
depends: [
-
"ocaml" {>= "4.04"}
+
"ocaml" {>= "4.04" & < "5.0"}
"conf-gsl"
"conf-pkg-config"
"base" {build & < "v0.13"}
+1 -1
packages/gsl/gsl.1.20.2/opam
···
]
depends: [
-
"ocaml" {>= "4.04"}
+
"ocaml" {>= "4.04" < "5.0"}
"conf-gsl" {build}
"conf-pkg-config" {build}
"base" {build & < "v0.13"}
+1 -1
packages/gsl/gsl.1.21.0/opam
···
]
depends: [
-
"ocaml" {>= "4.04"}
+
"ocaml" {>= "4.04" & < "5.0"}
"conf-gsl" {build}
"conf-pkg-config" {build}
"base" {build & < "v0.13"}
+1 -1
packages/gsl/gsl.1.22.0/opam
···
]
depends: [
-
"ocaml" {>= "4.05"}
+
"ocaml" {>= "4.05" & < "5.0"}
"conf-gsl" {build}
"conf-pkg-config" {build}
"base" {build}
+1 -1
packages/gsl/gsl.1.24.0/opam
···
]
depends: [
-
"ocaml" {>= "4.05"}
+
"ocaml" {>= "4.05" & < "5.0"}
"dune" {>= "1.4.0"}
"dune-configurator"
"conf-gsl" {build}
+1 -1
packages/gsl/gsl.1.24.1/opam
···
]
depends: [
-
"ocaml" {>= "4.05"}
+
"ocaml" {>= "4.05" & < "5.0"}
"dune" {>= "1.7.0"}
"conf-gsl" {build}
"conf-pkg-config" {build}
+1 -1
packages/gsl/gsl.1.24.2/opam
···
for optimization, differential equations, statistics, random number generation,
linear algebra, etc."""
depends: [
-
"ocaml" {>= "4.08"}
+
"ocaml" {>= "4.08" & < "5.0"}
"dune" {>= "1.10"}
"dune-configurator"
"conf-gsl" {build}
+1 -1
packages/h2/h2.0.6.1/opam
···
["dune" "build" "-p" name "-j" jobs]
]
depends: [
-
"ocaml" {>= "4.06"}
+
"ocaml" {>= "4.06" & < "5.0"}
"dune" {>= "1.7"}
"alcotest" {with-test}
"yojson" {with-test}
+1 -1
packages/hacl_x25519/hacl_x25519.0.1.0/opam
···
["dune" "runtest" "-p" name] {with-test}
]
depends: [
-
"ocaml"
+
"ocaml" {with-test & < "5.0"}
"dune" {>= "1.7.0"}
"cstruct" {>= "3.5.0" & < "6.1.0"}
"eqaf"
+1 -1
packages/hamt/hamt.1.0.0/opam
···
install: [make "install"]
remove: ["ocamlfind" "remove" "hamt"]
depends: [
-
"ocaml" {>= "4.01.0"}
+
"ocaml" {>= "4.01.0" & < "5.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
]
+1 -1
packages/hdfs/hdfs.0.1/opam
···
["ocamlfind" "remove" "hdfs"]
]
depends: [
-
"ocaml" {>= "4.03.0"}
+
"ocaml" {>= "4.03.0" & < "4.10"}
"base-bytes"
"base-unix"
"camlidl"
+1 -1
packages/hdfs/hdfs.0.3/opam
···
["ocamlfind" "remove" "hdfs"]
]
depends: [
-
"ocaml" {>= "4.03.0"}
+
"ocaml" {>= "4.03.0" & < "5.0"}
"base-bytes"
"base-unix"
"camlidl"
+1 -1
packages/hdfs/hdfs.0.4/opam
···
]
install: ["ocaml" "setup.ml" "-install"]
depends: [
-
"ocaml" {>= "4.03.0"}
+
"ocaml" {>= "4.03.0" & < "5.0"}
"base-bytes"
"base-unix"
"camlidl"
+1 -1
packages/inquire/inquire.0.2.1/opam
···
doc: "https://tmattio.github.io/inquire"
bug-reports: "https://github.com/tmattio/inquire/issues"
depends: [
-
"ocaml" {>= "4.08.0"}
+
"ocaml" {>= "4.08.0" & < "5.0"}
"dune" {>= "2.0"}
"lwt"
"base-bytes"
+1 -1
packages/interval_intel/interval_intel.1.5.1/opam
···
["dune" "build" "@doc"] {with-doc}
]
depends: [
-
"ocaml" {>= "4.03"}
+
"ocaml" {>= "4.03" & < "5.0"}
"interval_base" {= version}
"dune" {>= "1.3"}
]
+1 -1
packages/interval_intel/interval_intel.1.5/opam
···
["dune" "build" "@doc"] {with-doc}
]
depends: [
-
"ocaml" {>= "4.03"}
+
"ocaml" {>= "4.03" & < "5.0"}
"interval_base" {= version}
"dune" {>= "1.3"}
]
+1 -1
packages/inuit/inuit.0.4/opam
···
dev-repo: "git+https://github.com/let-def/inuit.git"
bug-reports: "https://github.com/let-def/inuit/issues"
depends: [
-
"ocaml" {>= "4.01.0"}
+
"ocaml" {>= "4.01.0" & < "5.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build}
+1 -1
packages/itv-tree/itv-tree.2.1/opam
···
["ocamlfind" "remove" "itv-tree"]
]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0"}
"ocamlfind"
"ocamlbuild" {build}
]
+1 -1
packages/javalib/javalib.3.1.1/opam
···
]
install: [make "install"]
depends: [
-
"ocaml" {>= "4.04"}
+
"ocaml" {>= "4.04" & < "5.0"}
"conf-which" {build}
"ocamlfind" {build}
"camlzip" {>= "1.05"}
+1 -1
packages/javalib/javalib.3.2.1/opam
···
]
install: [make "install"]
depends: [
-
"ocaml" {>= "4.04"}
+
"ocaml" {>= "4.04" & < "5.0"}
"conf-which" {build}
"ocamlfind" {build}
"camlzip" {>= "1.05"}
+1 -1
packages/javalib/javalib.3.2/opam
···
]
install: [make "install"]
depends: [
-
"ocaml" {>= "4.04"}
+
"ocaml" {>= "4.04" & < "5.0"}
"conf-which" {build}
"ocamlfind" {build}
"camlzip" {>= "1.05"}
+1 -1
packages/jingoo/jingoo.1.2.16/opam
···
install: [make "install"]
remove: ["ocamlfind" "remove" "jingoo"]
depends: [
-
"ocaml" {>= "4.02.0"}
+
"ocaml" {>= "4.02.0" & < "5.0"}
"ocamlfind"
"pcre"
"uutf"
+1 -1
packages/jingoo/jingoo.1.2.17/opam
···
install: [make "install"]
remove: ["ocamlfind" "remove" "jingoo"]
depends: [
-
"ocaml" {>= "4.02.0"}
+
"ocaml" {>= "4.02.0" & < "5.0"}
"ocamlfind"
"pcre"
"uutf"
+1 -1
packages/jingoo/jingoo.1.2.18/opam
···
install: [make "install"]
remove: ["ocamlfind" "remove" "jingoo"]
depends: [
-
"ocaml" {>= "4.02.0"}
+
"ocaml" {>= "4.02.0" & < "5.0"}
"ocamlfind" {build}
"pcre"
"uutf"
+1 -1
packages/json-rpc/json-rpc.0.5.0-0/opam
···
["ocamlfind" "remove" "json-rpc"]
]
depends: [
-
"ocaml" {>= "4.03.0"}
+
"ocaml" {>= "4.03.0" & < "5.0"}
"result"
"yojson" {< "2.0.0"}
"ocamlfind" {>= "1.5"}
+1 -1
packages/jsonxt/jsonxt.1.0.0/opam
···
doc: "https://stevebleazard.github.io/ocaml-jsonxt/"
bug-reports: "https://github.com/stevebleazard/ocaml-jsonxt/issues"
depends: [
-
"ocaml" {(>= "4.03.0" & < "4.11") | (>= "4.12")} # infinit-loops on 4.11
+
"ocaml" {(>= "4.03.0" & < "4.11") | (>= "4.12" & < "5.0")} # infinit-loops on 4.11
"dune" {>= "2.0"}
"alcotest" {with-test}
"cmdliner" {with-test}
+2 -2
packages/jsonxt/jsonxt.1.0.1/opam
···
doc: "https://stevebleazard.github.io/ocaml-jsonxt/"
bug-reports: "https://github.com/stevebleazard/ocaml-jsonxt/issues"
depends: [
-
"ocaml" {>= "4.03.0"}
+
"ocaml" {>= "4.03.0" & < "5.0"}
"dune" {>= "2.0"}
"alcotest" {with-test}
"cmdliner" {with-test}
···
"sha256=71eb44d6e6deefa4b3ba7595d22f8e684ffb686c6a306679489c4e09779ee96b"
"sha512=4ca7c252d8cd3d3eb39f8094d16c7e1b14968ab61b314c1937248209785bedf434c2b422eb5961d896a41cd70565f9675f11f26b2ccc4e1e34c30260eed5d97b"
]
-
}
+
}
+1 -1
packages/junit/junit.0.1/opam
···
install: ["ocaml" "setup.ml" "-install"]
remove: ["ocamlfind" "remove" "junit"]
depends: [
-
"ocaml" {>= "4.02.1"}
+
"ocaml" {>= "4.02.1" & < "5.0"}
"ocamlbuild" {build}
"ocamlfind" {build}
"ptime"
+1 -1
packages/kaputt/kaputt.1.2/opam
···
]
remove: [["ocamlfind" "remove" "kaputt"]]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0"}
"ocamlfind"
"ocamlbuild" {build}
"num"
+1 -1
packages/key-parsers/key-parsers.1.4.0/opam
···
"cstruct" {>= "6.0.0"}
"dune" {>= "2.0"}
"hex" {>= "1.0.0"}
-
"ocaml" {>= "4.08.0"}
+
"ocaml" {>= "4.08.0" & < "5.0"}
"ounit" {with-test & >= "2.0.0"}
"ppx_deriving" {>= "4.0"}
"result" {>= "1.5"}