ports/devel/boost-python-libs/pkg-descr
Koop Mast 559010f05d Add boost-python3-libs, python3 bindings with boost.
Reviewed by:	sunpoet@
Approved by:	office@ (sunpoet@)
Differential Revision:	https://reviews.freebsd.org/D11021
2017-06-07 17:11:30 +00:00

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/