this repo has no description

Merge pull request #21858 from kit-ty-kate/fix-120

cudf < 0.10 is not compatible with OCaml 5.0 (uses Pervasives)

Kate 24186c4b adef674b

Changed files
+5 -5
packages
cudf
cudf.0.6.3
cudf.0.7
cudf.0.8
cudf.0.9
cudf.0.9-1
+1 -1
packages/cudf/cudf.0.6.3/opam
···
["ocp-build" "-scan" "cudf" "-v" "0"]
]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0"}
"ocp-build"
("extlib" | "extlib-compat")
"ocamlbuild" {build}
+1 -1
packages/cudf/cudf.0.7/opam
···
maintainer: "roberto@dicosmo.org"
build: [make "all" "opt" "DOC="]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0"}
"camlp4"
("extlib" | "extlib-compat")
"ocamlfind" {build}
+1 -1
packages/cudf/cudf.0.8/opam
···
dev-repo: "git+https://gitlab.com/irill/cudf.git"
build: [make "all" "opt" "DOC="]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0"}
"camlp4"
("extlib" | "extlib-compat")
"ocamlfind" {build}
+1 -1
packages/cudf/cudf.0.9-1/opam
···
dev-repo: "git+https://gitlab.com/irill/cudf.git"
build: [make "all" "opt" "DOC="]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0"}
("extlib" | "extlib-compat")
"ocamlbuild" {build}
"ocamlfind" {build}
+1 -1
packages/cudf/cudf.0.9/opam
···
dev-repo: "git+https://gitlab.com/irill/cudf.git"
build: [make "all" "opt" "DOC="]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0"}
("extlib" | "extlib-compat")
"ocamlfind" {build}
"ocamlbuild" {build}