this repo has no description
0
fork

Configure Feed

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

Merge pull request #20943 from kit-ty-kate/fix-12

ppx_import.1.9.0 is not compatible with OCaml 4.14

authored by

Kate and committed by
GitHub
83f7ad39 25c41d8a

+1 -1
+1 -1
packages/ppx_import/ppx_import.1.9.0/opam
··· 11 11 tags: [ "syntax" ] 12 12 13 13 depends: [ 14 - "ocaml" { >= "4.05.0" } 14 + "ocaml" { >= "4.05.0" & < "4.14" } 15 15 "dune" { >= "1.11" } 16 16 "ppxlib" { >= "0.24.0" } 17 17 "ounit" { with-test }