diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-05-02 06:33:39 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-05-02 06:33:39 +0000 |
commit | 684bbccbefbbbe8e37701a91cf7cf76fc20acf52 (patch) | |
tree | 364ab122821ba6ced0090db7729020d4e9b35990 /devel/boost-python-libs/pkg-descr | |
parent | devel/boost-*: nuke to split directory history (diff) |
devel/boost-*: partially revert r439920 (see r439922)
Notes
Notes:
svn path=/head/; revision=439932
Diffstat (limited to 'devel/boost-python-libs/pkg-descr')
-rw-r--r-- | devel/boost-python-libs/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/boost-python-libs/pkg-descr b/devel/boost-python-libs/pkg-descr new file mode 100644 index 000000000000..1a576fe08cc3 --- /dev/null +++ b/devel/boost-python-libs/pkg-descr @@ -0,0 +1,8 @@ +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/ |