File: control

package info (click to toggle)
pcpp 1.30-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 540 kB
  • sloc: python: 5,430; makefile: 19
file content (25 lines) | stat: -rw-r--r-- 1,010 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
Source: pcpp
Section: python
Priority: optional
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Uploaders: Debian Python team <team+python@tracker.debian.org>
Build-Depends: debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all-dev,
 python3-pytest,
 python3-setuptools
Standards-Version: 4.7.2
Homepage:  https://github.com/ned14/pcpp
Vcs-Browser: https://salsa.debian.org/mckinstry/pcpp
Vcs-Git: https://salsa.debian.org/mckinstry/pcpp.git -b debian/latest

Package: python3-pcpp
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}
Description: C99 preprocessor written in pure Python
 A pure universal Python C (pre-)preprocessor implementation, very useful
 for pre-preprocessing header only C++ libraries into single file includes
 and other such build or packaging stage manipulation.
 The implementation can be used as a Python module (see API reference)
 or as a command line tool pcpp which can stand in for a conventional C
 preprocessor (i.e. it'll accept similar arguments).