ppx_deriving_cmdliner icon indicating copy to clipboard operation
ppx_deriving_cmdliner copied to clipboard

Publish new version to opam?

Open nmote opened this issue 2 years ago • 3 comments

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?

nmote avatar Sep 20 '23 21:09 nmote

Should someone fork this repo? @c-cube maybe? It does not seem maintained anymore, which is a shame because it's pretty useful.

aryx avatar Mar 12 '24 08:03 aryx

I use ppx subliner now, it's active and does more things! :)

c-cube avatar Mar 12 '24 13:03 c-cube

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 )

aryx avatar Mar 13 '24 08:03 aryx