this repo has no description
0
fork

Configure Feed

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

Merge pull request #25858 from kit-ty-kate/fix-309

volt is not compatible with OCaml 5.0 (uses Stream)

authored by

Anil Madhavapeddy and committed by
GitHub
7ff7bf4b c6c77056

+1 -1
+1 -1
packages/volt/volt.1.4/opam
··· 18 18 [make "all"] 19 19 ] 20 20 depends: [ 21 - "ocaml" {>= "4.03"} 21 + "ocaml" {>= "4.03" & < "5.0"} 22 22 "camlp4" 23 23 "ocamlfind" {build} 24 24 "ocamlbuild" {build}