this repo has no description
0
fork

Configure Feed

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

Merge pull request #27399 from filipeom/patch-1

Set upper bound on OCaml compiler version in flow_parser 0.246.0

authored by

Marcello Seri and committed by
GitHub
ae2fd81e 0f2d53f6

+1 -1
+1 -1
packages/flow_parser/flow_parser.0.246.0/opam
··· 7 7 8 8 build: ["dune" "build" "-p" name "-j" jobs] 9 9 depends: [ 10 - "ocaml" {>= "5.2.0"} 10 + "ocaml" {>= "5.2.0" & < "5.3"} 11 11 "dune" {>= "3.2"} 12 12 "base" {>= "v0.16.3"} 13 13 "ppxlib" {>= "0.32.1"}