1config BR2_PACKAGE_PYTHON_CFFI 2 bool "python-cffi" 3 select BR2_PACKAGE_LIBFFI 4 select BR2_PACKAGE_PYTHON_PYCPARSER # runtime 5 help 6 This is the Foreign Function Interface for Python calling C 7 code. The aim of this project is to provide a convenient 8 and reliable way of calling C code from Python. 9 10 https://pypi.python.org/pypi/cffi 11