this repo has no description
0
fork

Configure Feed

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

Merge pull request #19248 from kit-ty-kate/fix-99

Make OMP.2.2.0 incompatible with the +effects variants

authored by

Kate and committed by
GitHub
12141eb0 82523f79

+3
+3
packages/ocaml-migrate-parsetree/ocaml-migrate-parsetree.2.2.0/opam
··· 17 17 "ocaml" {>= "4.02.3" & < "4.14"} 18 18 "cinaps" {with-test & >= "v0.13.0"} 19 19 ] 20 + conflicts: [ 21 + "base-effects" 22 + ] 20 23 synopsis: "Convert OCaml parsetrees between different versions" 21 24 description: """ 22 25 Convert OCaml parsetrees between different versions