debian man page for cppo

Query: cppo

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

CPPO(1) 						      General Commands Manual							   CPPO(1)

NAME
cppo - cpp for OCaml.
SYNOPSIS
cppo [options] file*
DESCRIPTION
Cppo is an OCaml-friendly implementation of cpp, the C preprocessor. It can replace camlp4 for preprocessing OCaml files, using cpp style and syntax. It allows defining simple macros and file inclusion.
OPTIONS
-D DEF Equivalent of interpreting `#define DEF' before processing the input -U IDENT Equivalent of interpreting `#undef IDENT' before processing the input -I DIR Add directory DIR to the search path for included files -o FILE Output file -q Identify and preserve camlp4 quotations -s Output line directives pointing to the exact source location of each token, including those coming from the body of macro defini- tions. This behavior is off by default. -n Do not output any line directive other than those found in the input (overrides -s). -version Print the version of the program and exit. -help|--help Display this list of options
AUTHORS
Sylvain Le Gall. cppo User Manual December 4, 2010 CPPO(1)
Related Man Pages
camlidl(1) - debian
camlp4(1) - debian
dh_ocaml(1) - debian
otags(1) - debian
cpp(1) - plan9
Similar Topics in the Unix Linux Community
File text manipulation
patsubst in makefile
Help with iptables
Job runs manually, doesn't work in crontab