this repo has no description
0
fork

Configure Feed

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

Merge pull request #27342 from Leonidas-from-XIV/vcaml-ftbfs

Vcaml does not build with OCaml 5.1

authored by

Raphaël Proust and committed by
GitHub
52dd4d81 5a29c293

+1 -1
+1 -1
packages/vcaml/vcaml.v0.16.0/opam
··· 10 10 ["dune" "build" "-p" name "-j" jobs] 11 11 ] 12 12 depends: [ 13 - "ocaml" {>= "4.14.0"} 13 + "ocaml" {>= "4.14.0" & < "5.1"} 14 14 "async" {>= "v0.16" & < "v0.17"} 15 15 "core" {>= "v0.16" & < "v0.17"} 16 16 "core_kernel" {>= "v0.16" & < "v0.17"}