mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 23:09:19 -04:00
Reviewed by: sunpoet@ Approved by: office@ (sunpoet@) Differential Revision: https://reviews.freebsd.org/D11021
9 lines
352 B
Text
9 lines
352 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 python 2 port is called boost-python-libs
|
|
The python 3 port is called boost-python3-libs
|
|
|
|
WWW: http://www.boost.org/
|