freebsd-ports/devel/py-pybind11/pkg-descr
Martin Wilke 4c14de48a5 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/wjakob/pybind11

PR:		214685
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2017-05-06 07:28:37 +00: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/wjakob/pybind11