Description
Conditional code sections can be enabled or disabled during OCaml compilation. This helps projects adapt source code to build flags, features, compiler versions, or platform differences.
It is a PPX-style optional compilation tool. Use it only when the project intentionally relies on conditional compilation.