this repo has no description

Merge pull request #22315 from kit-ty-kate/fix-136

pyml < 20220322 is not compatible with OCaml 5.0 (uses deprecated C API)

Kate 56907299 36474b7d

Changed files
+7 -7
packages
pyml
pyml.20161224
pyml.20170730
pyml.20170807
pyml.20200518
pyml.20210226
pyml.20210924
pyml.20211015
+1 -1
packages/pyml/pyml.20161224/opam
···
install: [make "install"]
remove: ["ocamlfind" "remove" "pyml"]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0"}
"ocamlfind" {build}
]
synopsis: "``py.ml``: OCaml bindings for Python"
+1 -1
packages/pyml/pyml.20170730/opam
···
install: [make "install" "PREFIX=%{prefix}%"]
remove: [make "uninstall" "PREFIX=%{prefix}%"]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0"}
"ocamlfind" {build}
]
depopts: ["utop"]
+1 -1
packages/pyml/pyml.20170807/opam
···
install: [make "install" "PREFIX=%{prefix}%"]
remove: [make "uninstall" "PREFIX=%{prefix}%"]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0"}
"ocamlfind" {build}
]
depopts: ["utop"]
+1 -1
packages/pyml/pyml.20200518/opam
···
synopsis: "OCaml bindings for Python"
description: "OCaml bindings for Python 2 and Python 3"
depends: [
-
"ocaml" {>= "3.12.1"}
+
"ocaml" {>= "3.12.1" & < "5.0"}
"ocamlfind" {build}
"stdcompat" {>= "13"}
"conf-python-3-dev" {with-test}
+1 -1
packages/pyml/pyml.20210226/opam
···
synopsis: "OCaml bindings for Python"
description: "OCaml bindings for Python 2 and Python 3"
depends: [
-
"ocaml" {>= "3.12.1"}
+
"ocaml" {>= "3.12.1" & < "5.0"}
"ocamlfind" {build}
"stdcompat" {>= "13"}
"conf-python-3-dev" {with-test}
+1 -1
packages/pyml/pyml.20210924/opam
···
synopsis: "OCaml bindings for Python"
description: "OCaml bindings for Python 2 and Python 3"
depends: [
-
"ocaml" {>= "3.12.1"}
+
"ocaml" {>= "3.12.1" & < "5.0"}
"dune" {>= "2.8.0"}
"ocamlfind" {build}
"stdcompat" {>= "17"}
+1 -1
packages/pyml/pyml.20211015/opam
···
synopsis: "OCaml bindings for Python"
description: "OCaml bindings for Python 2 and Python 3"
depends: [
-
"ocaml" {>= "3.12.1"}
+
"ocaml" {>= "3.12.1" & < "5.0"}
"dune" {>= "2.8.0"}
"ocamlfind" {build}
"stdcompat" {>= "17"}