Skip to content

Commit bb67324

Browse files
authored
Merge pull request ocaml#22763 from kit-ty-kate/fix-181
plplot is not compatible with OCaml 5.0 (uses deprecated C API)
2 parents c365111 + b37a26e commit bb67324

File tree

2 files changed

+2
-2
lines changed
  • packages/plplot

2 files changed

+2
-2
lines changed

packages/plplot/plplot.5.11.0-1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build: [
1010
["dune" "build" "-p" name "-j" jobs]
1111
]
1212
depends: [
13-
"ocaml" {>= "4.02.0"}
13+
"ocaml" {>= "4.02.0" & < "5.0"}
1414
"dune" {>= "2.0.0"}
1515
"dune-configurator"
1616
"conf-plplot"

packages/plplot/plplot.5.11.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build: [
1414
]
1515
install: ["ocaml" "setup.ml" "-install"]
1616
depends: [
17-
"ocaml" {>= "4.02.0"}
17+
"ocaml" {>= "4.02.0" & < "5.0"}
1818
"ocamlbuild" {build}
1919
"ocamlfind" {build}
2020
"conf-plplot"

0 commit comments

Comments
 (0)