diff options
author | obache <obache@pkgsrc.org> | 2007-05-24 16:23:23 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-05-24 16:23:23 +0000 |
commit | c97a70ba88d693fa6e35cfc587e69e4599bedbd0 (patch) | |
tree | 0d43458c26e9a3aa697ef4e67356df8fb18fb470 /devel/ucpp/DESCR | |
parent | 057cb39a8e38d72c99b43de8cf260d524e40e944 (diff) | |
download | pkgsrc-c97a70ba88d693fa6e35cfc587e69e4599bedbd0.tar.gz |
Import ucpp version 1.3.
Based on PR 31480 by Jeroen Ruigrok van der Werven,
fixed manual page installation path.
ucpp is a C preprocessor and lexer. It has the following goals:
- Strict conformance to the C99 standard (with switches to
disable some extensions and mimic C90 behaviour)
- Low memory consumption
- Possibility to use the code as a lexer (that outputs tokens
directly)
Diffstat (limited to 'devel/ucpp/DESCR')
-rw-r--r-- | devel/ucpp/DESCR | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/ucpp/DESCR b/devel/ucpp/DESCR new file mode 100644 index 00000000000..992b93a3734 --- /dev/null +++ b/devel/ucpp/DESCR @@ -0,0 +1,7 @@ +ucpp is a C preprocessor and lexer. It has the following goals: + + - Strict conformance to the C99 standard (with switches to + disable some extensions and mimic C90 behaviour) + - Low memory consumption + - Possibility to use the code as a lexer (that outputs tokens + directly) |