Files
pkgsrc-ng/devel/ocaml-ppx_optcomp/DESCR
2016-11-18 22:39:22 +01:00

7 lines
271 B
Plaintext

ppx_optcomp stands for Optional Compilation. It is a tool used to handle
optional compilations of pieces of code depending of the word size, the version
of the compiler, ...
ppx_optcomp can be used a a standalone pre-processor, but is also integrated in
the ppx_driver.