Description
Custom string conversion can be used with printf-style format strings in OCaml code. This helps developers extend formatted output for project-specific values without giving up familiar format syntax.
It is a PPX-style development library. It is installed by projects that need custom formatting behavior.