Publish new version to opam?
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?
Should someone fork this repo? @c-cube maybe? It does not seem maintained anymore, which is a shame because it's pretty useful.
I use ppx subliner now, it's active and does more things! :)
Thx. It works indeed. It has some conflicts though with deriving_show when used in script, but hopefully it will be fixed (I've created an issue there: https://github.com/bn-d/ppx_subliner/issues/33 )