File: control

package info (click to toggle)
gpp 2.24-3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 672 kB
  • ctags: 198
  • sloc: ansic: 2,416; sh: 791; makefile: 65
file content (18 lines) | stat: -rw-r--r-- 758 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: gpp
Section: devel
Priority: optional
Maintainer: Roland Stigge <stigge@antcom.de>
Build-Depends: debhelper (>= 7.0.0), autotools-dev, autoconf, automake
Standards-Version: 3.9.1
Homepage: http://www.nothingisreal.com/gpp/

Package: gpp
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: A general-purpose preprocessor with customizable syntax
 GPP is a general-purpose preprocessor with customizable syntax, suitable for
 a wide range of preprocessing tasks. Its independence from any one
 programming language makes it much more versatile than the C preprocessor
 (cpp), while its syntax is lighter and more flexible than that of GNU m4.
 There are built-in macros for use with C/C++, LaTeX, HTML, XHTML, and Prolog
 files.