buildroot/package/python-pybind/Config.in
Guillaume W. Bres f42f2a63b3 package/python-pybind: new package
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>
2020-06-10 22:53:09 +02:00

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