./devel/ocaml-ppx_string, Extension for string interpolation

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


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

This extension provides a syntax for string interpolation.

In essence, this functions like printf, but at a higher level.
The resulting string can then be easier to understand, and the
potential mistake of passing the arguments in the wrong order
can be avoided.


Master sites:

Filesize: 5.929 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:17:53 by Jaap Boender | Files touched by this commit (5)
Log message:
Created new package devel/ocaml-ppx_string, version 0.15.0.

This package essentially recreates printf, but at a higher level. It is
needed as a dependency for the new version of devel/ocaml-ppx_jane.