pkgsrc/devel/ocaml-ppx_optcomp/DESCR
2016-03-04 15:29:40 +00:00

6 lines
271 B
Text

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.