File: control

package info (click to toggle)
gcc-python-plugin 0.17-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 46,268 kB
  • sloc: python: 15,434; ansic: 11,462; makefile: 576; xml: 449; cpp: 137; pascal: 75; sh: 7
file content (48 lines) | stat: -rw-r--r-- 2,030 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
Source: gcc-python-plugin
Section: devel
Priority: optional
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Uploaders: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 9), dh-python,
  gcc-8-plugin-dev, g++-8,
  python3-all-dev, python3-all-dbg, python3-lxml, python3-pygments, python3-six,
#  python-all-dev, python-all-dbg, python-lxml, python-pygments, python-six,
  python3-sphinx
Standards-Version: 4.3.0
Homepage: https://github.com/davidmalcolm/gcc-python-plugin

Package: gcc-python3-plugin
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
  python3-lxml, python3-pygments, python3-six,
  gcc-8, g++-8
Recommends: www-browser, xdg-utils, graphviz
Suggests: gcc-python-plugin-doc
Description: plugin for GCC to invoke Python scripts from inside the compiler
 The GCC Python plugin is a plugin for GCC, which links against libpython,
 and allows you to invoke arbitrary Python scripts from inside the compiler.
 The aim is to allow you to write GCC plugins in Python.

Package: gcc-python3-dbg-plugin
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
  gcc-python3-plugin (= ${binary:Version}), python3-lxml-dbg
Suggests: gcc-python-plugin-doc
Description: plugin for GCC to invoke Python scripts from inside the compiler
 The GCC Python plugin is a plugin for GCC, which links against libpython,
 and allows you to invoke arbitrary Python scripts from inside the compiler.
 The aim is to allow you to write GCC plugins in Python.

Package: gcc-python-plugin-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: plugin for GCC to invoke Python scripts from inside the compiler
 The GCC Python plugin is a plugin for GCC, which links against libpython,
 and allows you to invoke arbitrary Python scripts from inside the compiler.
 The aim is to allow you to write GCC plugins in Python.
 .
 This package contains the documentation.