mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 02:53:10 -04:00
8 lines
337 B
Text
8 lines
337 B
Text
The Boost Python Library is a framework for interfacing Python and
|
|
C++. It allows you to quickly and seamlessly expose C++ classes
|
|
functions and objects to Python, and vice-versa, using no special
|
|
tools -- just your C++ compiler.
|
|
|
|
The Boost.Pyste code generator resides in a separate port: devel/boost-pyste
|
|
|
|
WWW: http://www.boost.org/
|