Cppo
Cppo is an equivalent of the C preprocessor targeted at the OCaml language and its variants.
Its main purpose is to provide simple macro substitution (#define) and file inclusion (#include) for the occasional case when this is useful in OCaml.
The implementation of cppo relies on the standard library of OCaml and on the standard parsing tools Ocamllex and Ocamlyacc, which contribute to the robustness of cppo across OCaml versions.
[ Homepage ]
| Author: | Martin Jambon. |
| Last modification date: | 29-Aug-2011 |
| Version: | 0.9.2 |
| Development status: | Beta |
| Kind: | Development tools |
| License: | Open Source :: BSD |
| Topic: | Software development :: Build tools |
| Homepage: | http://martin.jambon.free.fr/cppo.html |