this repo has no description
0
fork

Configure Feed

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

Core v0.17.0 fails to compile with OCaml 5.2

+1 -1
+1 -1
packages/core/core.v0.17.0/opam
··· 10 10 ["dune" "build" "-p" name "-j" jobs] 11 11 ] 12 12 depends: [ 13 - "ocaml" {>= "5.1.0"} 13 + "ocaml" {>= "5.1.0" & < "5.2"} 14 14 "base" {>= "v0.17" & < "v0.18"} 15 15 "base_bigstring" {>= "v0.17" & < "v0.18"} 16 16 "base_quickcheck" {>= "v0.17" & < "v0.18"}