This library reimplements the show
plugin from ppx_deriving
directly as a ppxlib
deriver.
ppx_show
can be used with dune
by using the preprocess
field.
ppx_show.runtime
has to be added to runtime libraries
.
(executable
...
(preprocess (pps ppx_show))
(libraries ppx_show.runtime)
...)