this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25834 from kit-ty-kate/fix-284

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

authored by

Marcello Seri and committed by
GitHub
3f15006a 0d2fd1b4

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