./devel/ocaml-ppx_log, Extension nodes for lazily rendering log messages

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.15.0, Package name: ocaml-ppx_log-0.15.0, Maintainer: jaapb

A ppx rewriter that defines extension nodes for logging:
primarily useful to avoid the allocation of sexps that will
never be logged.


Master sites:

Filesize: 6.516 KB

Version history: (Expand)


CVS history: (Expand)


   2022-05-24 20:59:36 by Jaap Boender | Files touched by this commit (145)
Log message:
Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packages
   2022-05-05 08:10:54 by Jaap Boender | Files touched by this commit (5)
Log message:
Created new package devel/ocaml-ppx_log, version 0.15.0.

This is a PPX extension for lazily rendering log messages, needed as
a dependency for the new version of devel/ocaml-ppx_jane.