File: control

package info (click to toggle)
pygccjit 0.4-13
  • links: PTS
  • area: main
  • in suites: sid
  • size: 396 kB
  • sloc: python: 551; makefile: 140
file content (31 lines) | stat: -rw-r--r-- 975 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
Source: pygccjit
Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 13),
  dh-python,
  python3-all-dev, cython3-legacy, python3-setuptools,
  libgccjit-13-dev, gcc-13,
  python3-sphinx
Standards-Version: 4.6.2
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: 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.