The C preprocessor written in OCaml
https://opam.ocaml.org/packages/cppo
Cppo 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
-
2
derived packages
- Links to openSUSE:Factory / ocaml-cppo
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:ocaml/ocaml-cppo && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
_service | 0000000714 714 Bytes | |
ocaml-cppo-1.6.9.tar.xz | 0000027192 26.6 KB | |
ocaml-cppo.changes | 0000004014 3.92 KB | |
ocaml-cppo.spec | 0000002345 2.29 KB |
Comments 0