f42f2a63b3
PyBind is a light (headers only) package for C++/Python and Python/C++ bindings. Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9 lines
264 B
Plaintext
9 lines
264 B
Plaintext
config BR2_PACKAGE_PYTHON_PYBIND
|
|
bool "python-pybind"
|
|
help
|
|
PyBind is a lightweight header-only library that exposes C++
|
|
types in Python and vice versa, mainly to create Python
|
|
bindings of existing C++ code.
|
|
|
|
http://pybind11.readthedocs.org/en/master
|