File: control

package info (click to toggle)
mcpp 2.7.2-4
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 8,584 kB
  • ctags: 29,739
  • sloc: ansic: 35,240; sh: 9,241; makefile: 116; cpp: 84; exp: 18
file content (50 lines) | stat: -rw-r--r-- 1,739 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Source: mcpp
Section: devel
Priority: optional
Maintainer: Kiyoshi Matsui <kmatsui@t3.rim.or.jp>
Uploaders: NIIBE Yutaka <gniibe@fsij.org>
Build-Depends: debhelper (>= 9), dh-autoreconf
Standards-Version: 3.9.5
Homepage: http://mcpp.sourceforge.net/

Package: mcpp
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: mcpp-doc
Description: Alternative C/C++ preprocessor
 C/C++ preprocessor defines and expands macros and processes '#if',
 '#include' and some other directives.
 .
 mcpp is an alternative C/C++ preprocessor with the highest conformance.
 It supports multiple standards: K&R, ISO C90, ISO C99, and ISO C++98.
 mcpp is especially useful for debugging a source program which uses
 complicated macros and also useful for checking portability of a source.
 .
 Though mcpp could be built as a replacement of GCC's resident
 preprocessor or as a stand-alone program without using library build of
 mcpp, this package installs only a program named 'mcpp' which links
 shared library of mcpp and behaves independent from GCC.

Package: libmcpp0
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Description: Alternative C/C++ preprocessor (shared library)
 This package installs the shared library version of mcpp.

Package: libmcpp-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libmcpp0 (= ${binary:Version})
Description: Alternative C/C++ preprocessor (development files)
 This package installs the development files for the library version
 of mcpp.

Package: mcpp-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: Alternative C/C++ preprocessor (manual)
 This package contains the manual.