package ppx_sexp_message
A ppx rewriter for easy construction of s-expressions
Install
Dune Dependency
Authors
Maintainers
Sources
ppx_sexp_message-v0.14.0.tar.gz
sha256=360404fed5f4dcc09aea40024b3b6db066bd3ddc1efdeec12aa287397aa4d182
md5=08e0cf88820824689080dd040ceabc9e
doc/CHANGES.html
v0.11
- Depend on ppxlib instead of (now deprecated) ppx_core, ppx_driver and ppx_metaquot.
v0.10
- Added syntax
%message.omit_nil
, which is like%message
, but omits expressions whose sexp is()
.
v0.9
113.43.00
- Expand
%message
to:List []
- Allow to use
sexp_option
in more places in ppx_sexp_message, to make it to display information only some of the time.