Subject: ITP: custom-printf -- OCaml syntax extension for printf format strings Package: wnpp Owner: Lifeng Sun <[email protected]> Severity: wishlist X-Debbugs-CC: [email protected]
* Package name : custom-printf Version : 109.27.00 Upstream Author : Jane Street Capital LLC <[email protected]> * URL : https://github.com/janestreet/custom_printf * License : Apache-2.0 Programming Lang: OCaml Description : OCaml syntax extension for printf format strings Extension for printf format strings. It rewrites calls to printf-like functions when the format is prefixed with '!' to wrap special arguments with 'Module.to_string' conversions functions, e.g., sprintf !"Hi %{Time}" (Time.now ()) = "Hi " ^ Time.to_string (Time.now ()) --
signature.asc
Description: Digital signature

