thierry-martinez / metapp

Meta-preprocessor for OCaml
BSD 3-Clause "New" or "Revised" License
77 stars 9 forks source link

ppxlib version requirement #1

Open KihongHeo opened 3 years ago

KihongHeo commented 3 years ago

Hi,

In your dune-project, metapp depends on (ppxlib (>= 0.16.0)) but in opam there is an additional constraint ppxlib (>= 0.16.0) & <0.18.0.

I am wondering whether this is intended. I am asking because this makes some version conflicts between clangml and ppx_deriving which my project depends on.

Same for metaquot.

Thanks.

kit-ty-kate commented 3 years ago

This should be fixed by https://github.com/thierry-martinez/metapp/pull/2