b5e1165974
Approved by: portmgr (blanket)
7 lines
339 B
Text
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
|