summaryrefslogtreecommitdiff
path: root/devel/ocaml-cppo/DESCR
blob: 1786140031db6eab78d8c01910fa8579c0b6252e (plain)
1
2
3
4
5
6
7
8
Cppo is an equivalent of the C preprocessor for OCaml programs. It allows the
definition of simple macros and file inclusion.

Cppo is:
* more OCaml-friendly than cpp
* easy to learn without consulting a manual
* reasonably fast
* simple to install and to maintain