File debian.control of Package python-cffi
Source: python-cffi
Section: unstable/devel
Priority: optional
Maintainer: Pascal Combes <pascom@orange.fr>
Build-Depends: debhelper (>= 9),
dh-python,
libffi-dev,
python-dev,
python3-dev,
python-setuptools (>= 11.3),
python3-setuptools (>= 11.3)
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
Package: python-cffi
Architecture: any
Depends: ${python:Depends}, ${misc:Depends}
Description: C Foreign Function Interface for Python
This package contains a Python library allowing to interact with almost any
C code, based on C-like declarations that you can often copy-paste from header files or documentation.
.
The goal of the library is to call C code from Python without learning a third
language. The CFFI design requires users to know only C and Python, minimizing
the extra bits of API that need to be learned.
Package: python3-cffi
Architecture: any
Depends: ${python3:Depends}, ${misc:Depends}
Description: C Foreign Function Interface for Python
This package contains a Python library allowing to interact with almost any
C code, based on C-like declarations that you can often copy-paste from header files or documentation.
.
The goal of the library is to call C code from Python without learning a third
language. The CFFI design requires users to know only C and Python, minimizing
the extra bits of API that need to be learned.