freebsd-ports/devel/py-pybind11/pkg-descr
Po-Chuan Hsieh b5e1165974
devel/py-pybind11: Update WWW
Approved by:	portmgr (blanket)
2021-05-19 03:29:34 +08:00

7 lines
339 B
Text

A lightweight header-only library to create Python bindings of existing
C++ code. Its goals and syntax are similar to the excellent Boost.Python
library by David Abrahams: to minimize boilerplate code in traditional
extension modules by inferring type information using compile-time
introspection.
WWW: https://github.com/pybind/pybind11