The latest version in opam is v0.6.0, published in May 2021. It depends on ppxlib < 0.26.0. Many other packages require a newer version of ppxlib at this point, which means that attempting to install ppx_deriving_cmdliner alongside them leads to a conflict.
I see that this dependency constraint has been relaxed in recent versions. Would a maintainer be willing to publish a new version to opam to address this problem?
The latest version in opam is v0.6.0, published in May 2021. It depends on ppxlib < 0.26.0. Many other packages require a newer version of ppxlib at this point, which means that attempting to install
ppx_deriving_cmdlineralongside them leads to a conflict.I see that this dependency constraint has been relaxed in recent versions. Would a maintainer be willing to publish a new version to opam to address this problem?