File: control

package info (click to toggle)
pycparser 2.22-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,752 kB
  • sloc: python: 9,982; ansic: 1,973; makefile: 18; sh: 11
file content (27 lines) | stat: -rw-r--r-- 910 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
Source: pycparser
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Stefano Rivera <stefanor@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-ply,
 python3-setuptools
Standards-Version: 4.7.0
Homepage: https://github.com/eliben/pycparser
Vcs-Git: https://salsa.debian.org/python-team/packages/pycparser.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pycparser
Rules-Requires-Root: no

Package: python3-pycparser
Architecture: all
Depends: ${misc:Depends}, ${python3-ply:Depends}, ${python3:Depends}
Suggests: cpp
Description: C parser in Python 3
 pycparser is a complete parser of the C language, written in pure Python using
 the PLY parsing library. It parses C code into an AST and can serve as a
 front-end for C compilers or analysis tools.
 .
 This package contains the Python 3 version.