The C preprocessor written in OCaml
https://opam.ocaml.org/packages/cppoCppo is an equivalent of the C preprocessor targeted at the OCaml language and
its variants.
The main purpose of cppo is to provide a lightweight tool for simple macro
substitution (#define) and file inclusion (#include) for the occasional case
when this is useful in OCaml. Processing specific sections of files by calling
external programs is also possible via #ext directives.
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.
- Devel package for openSUSE:Factory
-
4
derived packages
- Links to openSUSE:Factory / ocaml-cppo
- Has a link diff
- Download package
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | 12 months |
_service | 0000000714 714 Bytes | about 1 month |
ocaml-cppo-1.6.7.tar.xz | 0000025144 24.6 KB | about 1 month |
ocaml-cppo.changes | 0000003665 3.58 KB | about 1 month |
ocaml-cppo.spec | 0000002365 2.31 KB | about 1 month |
Comments for ocaml-cppo 0