xref: /OK3568_Linux_fs/buildroot/package/python-cffi/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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