this repo has no description

chamo is not compatible with OCaml 5.2 (Load_path.add_dir changed its type)

Kate fe9f068a f9f113a6

Changed files
+2 -2
packages
chamo
chamo.3.0
chamo.4.0
+1 -1
packages/chamo/chamo.3.0/opam
···
doc: "https://zoggy.frama.io/chamo/doc.html"
bug-reports: "https://framagit.org/zoggy/chamo/issues"
depends: [
-
"ocaml" {>= "4.12.0"}
+
"ocaml" {>= "4.12.0" & < "5.2"}
"ocamlfind" {build}
"ocf" {>= "0.7.0"}
"pcre" {>= "7.4.6"}
+1 -1
packages/chamo/chamo.4.0/opam
···
bug-reports: "https://framagit.org/zoggy/chamo/issues"
depends: [
"dune" {>= "3.6"}
-
"ocaml" {>= "4.12.0"}
+
"ocaml" {>= "4.12.0" & < "5.2"}
"fmt" {>= "0.9.0"}
"logs" {>= "0.7.0"}
"lwt" {>= "5.4.0"}