Skip to content

Commit 5f1a3b7

Browse files
committed
rawlink < 1.2 is not compatible with OCaml 5.0 (uses deprecated C API)
1 parent 6bb11c4 commit 5f1a3b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/rawlink/rawlink.0.6/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dev-repo: "git+https://github.com/haesbaert/rawlink.git"
88
doc: "https://haesbaert.github.io/rawlink/api"
99
build: [ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" ]
1010
depends: [
11-
"ocaml" {>= "4.03.0"}
11+
"ocaml" {>= "4.03.0" & < "5.0"}
1212
"ocamlfind" {build}
1313
"topkg" {build}
1414
"lwt" {>= "2.4.7" & < "4.0.0"}

packages/rawlink/rawlink.0.7/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dev-repo: "git+https://github.com/haesbaert/rawlink.git"
88
doc: "https://haesbaert.github.io/rawlink/api"
99
build: [ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" ]
1010
depends: [
11-
"ocaml" {>= "4.03.0"}
11+
"ocaml" {>= "4.03.0" & < "5.0"}
1212
"ocamlfind" {build}
1313
"topkg" {build}
1414
"lwt" {>= "2.4.7" & < "4.0.0"}

packages/rawlink/rawlink.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build: [
1010
[ "dune" "subst" ] {dev}
1111
[ "dune" "build" "-p" name "-j" jobs ] ]
1212
depends: [
13-
"ocaml" {>= "4.03.0"}
13+
"ocaml" {>= "4.03.0" & < "5.0"}
1414
"dune"
1515
"lwt" {>= "2.4.7"}
1616
"cstruct" {>= "3.2.0" & < "6.1.0"}

0 commit comments

Comments
 (0)