package ppx_sexp_message
A ppx rewriter for easy construction of s-expressions
Install
dune-project
Dependency
Authors
Maintainers
Sources
ppx_sexp_message-v0.15.0.tar.gz
sha256=0d94785f80e45b97269e2e34b762a0909eba6a46e55c383cf8c1bdb8ffffdaba
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
%messageto:List [] - Allow to use
sexp_optionin more places in ppx_sexp_message, to make it to display information only some of the time.