this repo has no description

Merge pull request #22764 from kit-ty-kate/fix-182

rawlink < 1.2 is not compatible with OCaml 5.0 (uses deprecated C API)

Kate 85aed699 bb67324a

Changed files
+3 -3
packages
rawlink
rawlink.0.6
rawlink.0.7
rawlink.1.0
+1 -1
packages/rawlink/rawlink.0.6/opam
···
doc: "https://haesbaert.github.io/rawlink/api"
build: [ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" ]
depends: [
-
"ocaml" {>= "4.03.0"}
"ocamlfind" {build}
"topkg" {build}
"lwt" {>= "2.4.7" & < "4.0.0"}
···
doc: "https://haesbaert.github.io/rawlink/api"
build: [ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" ]
depends: [
+
"ocaml" {>= "4.03.0" & < "5.0"}
"ocamlfind" {build}
"topkg" {build}
"lwt" {>= "2.4.7" & < "4.0.0"}
+1 -1
packages/rawlink/rawlink.0.7/opam
···
doc: "https://haesbaert.github.io/rawlink/api"
build: [ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" ]
depends: [
-
"ocaml" {>= "4.03.0"}
"ocamlfind" {build}
"topkg" {build}
"lwt" {>= "2.4.7" & < "4.0.0"}
···
doc: "https://haesbaert.github.io/rawlink/api"
build: [ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" ]
depends: [
+
"ocaml" {>= "4.03.0" & < "5.0"}
"ocamlfind" {build}
"topkg" {build}
"lwt" {>= "2.4.7" & < "4.0.0"}
+1 -1
packages/rawlink/rawlink.1.0/opam
···
[ "dune" "subst" ] {dev}
[ "dune" "build" "-p" name "-j" jobs ] ]
depends: [
-
"ocaml" {>= "4.03.0"}
"dune"
"lwt" {>= "2.4.7"}
"cstruct" {>= "3.2.0" & < "6.1.0"}
···
[ "dune" "subst" ] {dev}
[ "dune" "build" "-p" name "-j" jobs ] ]
depends: [
+
"ocaml" {>= "4.03.0" & < "5.0"}
"dune"
"lwt" {>= "2.4.7"}
"cstruct" {>= "3.2.0" & < "6.1.0"}