Source: pygccjit Section: python Priority: optional Maintainer: Matthias Klose 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.