this repo has no description

Merge pull request #22758 from kit-ty-kate/fix-176

camltc is not compatible with OCaml 5.0 (uses deprecated C API)

Kate 25723afc c79bff07

Changed files
+3 -3
packages
camltc
camltc.0.9.6
camltc.0.9.7.0
camltc.0.9.8
+1 -1
packages/camltc/camltc.0.9.6/opam
···
]
depends: [
-
"ocaml" {> "4.02.2"}
+
"ocaml" {> "4.02.2" & < "5.0"}
"ocamlfind" {build}
"ounit"
"lwt" {>= "3.2.0" & < "4.0.0"}
+1 -1
packages/camltc/camltc.0.9.7.0/opam
···
["ocamlfind" "remove" "camltc"]
]
depends: [
-
"ocaml" {> "4.02.2"}
+
"ocaml" {> "4.02.2" & < "5.0"}
"ocamlfind" {build}
"ounit"
"lwt" {>= "3.2.0"}
+1 -1
packages/camltc/camltc.0.9.8/opam
···
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
-
"ocaml" {> "4.02.3"}
+
"ocaml" {> "4.02.3" & < "5.0"}
"dune" {>= "1.1.0"}
"lwt" {>= "3.2.0"}
"logs" {>= "0.5.0"}