pkgsrc/devel/ocaml-ppx_string/DESCR
jaapb 8deaaad651 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.
2022-05-05 06:17:53 +00:00

6 lines
264 B
Text

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.