The C preprocessor written in OCaml
http://mjambon.com/cppo.html
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.
- Developed at devel:languages:ocaml
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/ocaml-cppo && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000496 496 Bytes | |
ocaml-cppo-1.5.0.tar.xz | 0000023476 22.9 KB | |
ocaml-cppo.changes | 0000001577 1.54 KB | |
ocaml-cppo.spec | 0000004032 3.94 KB |
Revision 4 (latest revision is 11)
Dominique Leuenberger (dimstar_suse)
accepted
request 512520
from
Olaf Hering (olh)
(revision 4)
- Use Group: Development/Languages/OCaml - Update Url - Wrap specfile conditionals to fix quilt setup - Remove autodeps for pre openSUSE 12.1 releases
Comments 0