2014-05-20 03:53:00 +02:00
|
|
|
config BR2_PACKAGE_PYTHON_CFFI
|
|
|
|
bool "python-cffi"
|
|
|
|
select BR2_PACKAGE_LIBFFI
|
|
|
|
help
|
|
|
|
This is the Foreign Function Interface for Python calling C
|
2015-04-23 00:14:34 +02:00
|
|
|
code. The aim of this project is to provide a convenient
|
2014-05-20 03:53:00 +02:00
|
|
|
and reliable way of calling C code from Python.
|
|
|
|
|
|
|
|
https://pypi.python.org/pypi/cffi
|