File: control

package info (click to toggle)
pygccjit 0.4-11
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 392 kB
  • sloc: python: 551; makefile: 145
file content (44 lines) | stat: -rw-r--r-- 1,458 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
Source: pygccjit
Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 13),
  dh-python,
  python3-all-dev, python3-all-dbg, cython3, cython3-dbg, python3-setuptools,
  libgccjit-10-dev, gcc-10,
  python3-sphinx
Standards-Version: 4.5.1
Homepage: https://github.com/davidmalcolm/pygccjit

Package: python3-gccjit
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends}
Suggests: python-gccjit-doc
Description: Python3 bindings for libgccjit
 The bindings support both CPython 2 and CPython 3 (using Cython).
 .
 Note that both libgccjit and the bindings are of "Alpha" quality;
 the APIs are not yet set in stone, and they shouldn't be used in
 production yet.

Package: python3-gccjit-dbg
Architecture: any
Multi-Arch: same
Section: debug
Depends: ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends},
 python3-gccjit (= ${binary:Version})
Description: Python3 bindings for libgccjit (debug build)
 The bindings support both CPython 2 and CPython 3 (using Cython).
 .
 Note that both libgccjit and the bindings are of "Alpha" quality;
 the APIs are not yet set in stone, and they shouldn't be used in
 production yet.

Package: python-gccjit-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Python bindings for libgccjit (documentation)
 Documentation, tutorials and examples for libgccjit.